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