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