Exemple #1
0
 public UserRolesController(IAuthManagementService authManagementService)
 {
     _authManagementService = authManagementService;
 }
 public AuthenticationController(IAuthManagementService authenticationService)
 {
     _authenticationService = authenticationService;
 }