예제 #1
0
 public AddEventDishRequestCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public DeclineFoodRestockRequestCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #3
0
 public AddAdditionalEventChargeCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #4
0
 public ApproveEventRequestCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public AddEquipmentRequestCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetEventPackageListQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public CreateAdditionalDishRequestCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #8
0
 public GetNotificationQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #9
0
 public GetFoodDetailsQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #10
0
 public GetAllForApprovalFoodRequestQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #11
0
 public GetEventCheckOutEquipmentListQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetAdditionalDishRequestListQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #13
0
 public GetEventMenuQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public AddEquipmentDetailsCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #15
0
 public AddMenuCategoryCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #16
0
 public AddFoodDetailsInventoryCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #17
0
 public GetClientListQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #18
0
 public SearchEventByKeywordQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public FindAdditionalDishRequestByEventIDQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetPaymentStatusQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #21
0
 public SearchFoodByIdQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public GetAllIncomingEventsQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #23
0
 public DeleteUserCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public DeclineEventRequirementsCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public UploadReceiptImageCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #26
0
 public GetAllEquipmentsQueryHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public ChangeEventStatusToClosedCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public UpdatePaymentStatusCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public UpdateClientDetailsCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public AddNotificationCommandHandler(IAttilaDbContext dbContext)
 {
     this.dbContext = dbContext;
 }