public AuthtorizationController(IAuthJWTService authJWTService)
 {
     _authJWTService = authJWTService;
 }
Exemplo n.º 2
0
 public ConsoleManager(IAuthJWTService authJWTService, IAuthJWTContainerModel authJWTContainerModel)
 {
     _authJWTService        = authJWTService;
     _authJWTContainerModel = authJWTContainerModel;
 }