public AccountController(IAuthenService authenService) { _authenService = authenService; }
public LoginController(IAuthenService Authen) { _Authen = Authen; }
public AuthController(IAuthenService service) { _service = service; }
public AuthenController(IAuthenService authenService) { _authenService = authenService; }