Esempio n. 1
0
 public AccountController(IAuthenService authenService)
 {
     _authenService = authenService;
 }
Esempio n. 2
0
 public LoginController(IAuthenService Authen)
 {
     _Authen = Authen;
 }
Esempio n. 3
0
 public AuthController(IAuthenService service)
 {
     _service = service;
 }
Esempio n. 4
0
 public AuthenController(IAuthenService authenService)
 {
     _authenService = authenService;
 }