예제 #1
0
 public AuthController(UserService userService, TwillioSmsService smsService)
 {
     UserService = userService;
     SmsService  = smsService;
 }
예제 #2
0
 public AuthController(AuthUserService authUserService, TwillioSmsService twillioSmsService)
 {
     this.authUserService   = authUserService;
     this.twillioSmsService = twillioSmsService;
 }