Exemplo n.º 1
0
 public HomeController(IAuthenticateServices authenticateServices)
 {
     _authenticateServices = authenticateServices;
 }
Exemplo n.º 2
0
 public AccountController(IAuthenticateServices authenticationService)
 {
     this.authenticationService = authenticationService;
 }
Exemplo n.º 3
0
 public AccountController(IAuthenticateServices authenticateServices)
 {
     _authenticateServices = authenticateServices;
 }
 public AuthenticationController(IAuthenticateServices authenticateServices)
 {
     _authenticateServices = authenticateServices;
 }