public DeleteNotificationHandler(notification_context context)
 {
     _context = context;
 }
Пример #2
0
 public CreateCustomerCommandHandler(notification_context context)
 {
     _context = context;
 }
 public ReadNotificationIdhandler(notification_context context)
 {
     _context = context;
 }
 public UpdateNotificationHandler(notification_context context)
 {
     _context = context;
 }