예제 #1
0
 public UserLogic_v1()
 {
     _authService  = new GoogleOAuthService_v1();
     _emailService = new GoogleEmailService_v1();
 }
예제 #2
0
 public UserLogic_Method()
 {
     _authService  = new GoogleOAuthService_v1();
     _emailService = new OutlookEmailService_v2();
 }