예제 #1
0
 public VerificationCheckQueryHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
예제 #2
0
 public GetSupplierOrderDetailQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public GetRegionStatesQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public GetAllCustomersQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public GetAllRegionCountriesQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public GetCustomerGFactorQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public SendVerificationEmailCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
 public GetAllWeeklyGoalsQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
예제 #9
0
 public LoginCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
예제 #10
0
 public DeleteFromFirebaseCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
예제 #11
0
 public DeleteArticleCommandHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public GetSuggestedFoodsQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
예제 #13
0
 public RefreshTokenCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
 public GetSupplierFoodQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
예제 #15
0
 public GetAllDeficienciesQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
예제 #16
0
 public DeleteSupplierCommandHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
예제 #17
0
 public GetFoodDetailQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
예제 #18
0
 public GetAllArticlesQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public GetAllNutritionConditionsQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public GetAllActivityLevelsQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
예제 #21
0
 public RegisterCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }