Пример #1
0
 public DefaultController(IRegisterNotifyService registerNotifyService, IAccountService accountService)
 {
     this.registerNotifyService = registerNotifyService;
     this.accservice            = accountService;
 }
Пример #2
0
 public RegisterNotifiesController(ShoeEcommerceDBContext context, IRegisterNotifyService registerNotifyService)
 {
     _context = context;
     this.registerNotifyService = registerNotifyService;
 }