Exemplo n.º 1
0
 public DefaultController(IRegisterNotifyService registerNotifyService, IAccountService accountService)
 {
     this.registerNotifyService = registerNotifyService;
     this.accservice            = accountService;
 }
Exemplo n.º 2
0
 public RegisterNotifiesController(ShoeEcommerceDBContext context, IRegisterNotifyService registerNotifyService)
 {
     _context = context;
     this.registerNotifyService = registerNotifyService;
 }