public VerificationCheckQueryHandler(IFireBaseTool fireBaseTool) { _fireBaseTool = fireBaseTool; }
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; }
public LoginCommandHandler(IFireBaseTool fireBaseTool) { _fireBaseTool = fireBaseTool; }
public DeleteFromFirebaseCommandHandler(IFireBaseTool fireBaseTool) { _fireBaseTool = fireBaseTool; }
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; }
public GetAllDeficienciesQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext) { _fireBaseTool = fireBaseTool; _dbContext = dbContext; }
public DeleteSupplierCommandHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext) { _fireBaseTool = fireBaseTool; _dbContext = dbContext; }
public GetFoodDetailQueryHandler(IFireBaseTool fireBaseTool, AppDbContext dbContext) { _fireBaseTool = fireBaseTool; _dbContext = dbContext; }
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; }