public UserLogicMethodInjection()
 {
     _authService = new GoogleOAuthService();
 }
Beispiel #2
0
 public UserLogicSetterInjection()
 {
     _authService = new GoogleOAuthService();
 }