Exemple #1
0
 public VerificationCheckQueryHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
Exemple #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;
 }
Exemple #9
0
 public LoginCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
Exemple #10
0
 public DeleteFromFirebaseCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
Exemple #11
0
 public DeleteArticleCommandHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public GetSuggestedFoodsQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
 public RefreshTokenCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }
 public GetSupplierFoodQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
Exemple #15
0
 public GetAllDeficienciesQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
Exemple #16
0
 public DeleteSupplierCommandHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
Exemple #17
0
 public GetFoodDetailQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext)
 {
     _fireBaseTool = fireBaseTool;
     _dbContext    = dbContext;
 }
Exemple #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;
 }
 public RegisterCommandHandler(IFireBaseTool fireBaseTool)
 {
     _fireBaseTool = fireBaseTool;
 }