public AuthtorizationController(IAuthJWTService authJWTService)
 {
     _authJWTService = authJWTService;
 }
예제 #2
0
 public ConsoleManager(IAuthJWTService authJWTService, IAuthJWTContainerModel authJWTContainerModel)
 {
     _authJWTService        = authJWTService;
     _authJWTContainerModel = authJWTContainerModel;
 }