Exemplo n.º 1
0
 public AuthController(IPeerReviewAuthService authService)
 {
     _authService = authService;
 }
Exemplo n.º 2
0
 static AuthorizationServiceTest()
 {
     AuthorizationService = ServiceFactory.AuthorizationService;
 }