public DeleteNotificationHandler(notification_context context) { _context = context; }
public CreateCustomerCommandHandler(notification_context context) { _context = context; }
public ReadNotificationIdhandler(notification_context context) { _context = context; }
public UpdateNotificationHandler(notification_context context) { _context = context; }