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