Exemple #1
0
 public AccountController(IRecPasswordAppService _recPassword, IEmailConfigAppService _emailService)
 {
     //this._customerService = _customerService;
     this._recPassword  = _recPassword;
     this._emailService = _emailService;
 }
Exemple #2
0
 public EmailConfigController(IEmailConfigAppService _emailService)
 {
     this._emailService = _emailService;
 }