Beispiel #1
0
 public AccountController(IUserService repository, IPhoneCodeSerice phoneCodeSerice, IAccountService accountService, IWorkContext workContext)
 {
     _service         = repository;
     _workContext     = workContext;
     _accountService  = accountService;
     _phoneCodeSerice = phoneCodeSerice;
 }
Beispiel #2
0
 public AliMessageController(IPhoneCodeSerice phoneCodeSerice)
 {
     _phoneCodeSerice = phoneCodeSerice;
 }
Beispiel #3
0
 public UserCenterController(IWorkContext workContext, IPhoneCodeSerice phoneCodeSerice)
 {
     _workContext     = workContext;
     _phoneCodeSerice = phoneCodeSerice;
 }