You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to #2 :
Base Controller: I personally think that passing the Manager object into the base controller via a constructor is easier to understand.
i.e., public GroupController(GroupManager manager) : base(manager) { }
The text was updated successfully, but these errors were encountered:
According to #2 :
Base Controller: I personally think that passing the Manager object into the base controller via a constructor is easier to understand.
i.e., public GroupController(GroupManager manager) : base(manager) { }
The text was updated successfully, but these errors were encountered: