Example #1
0
 public UserController(Repository<User> repo, IFormsAuthService auth)
 {
     Repo = repo;
     Auth = auth;
 }
 public WebAuthenticationService(IFormsAuthService formsAuthService)
 {
     _formsAuthService = formsAuthService;
 }