Beispiel #1
0
 public DeleteClientFromNewsletterCommandHandler(CrochetByJkDbContext context)
 {
     this.context = context;
 }
 public GetNewletterClientsQueryHandler(CrochetByJkDbContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public AddNewsletterClientCommandHandler(CrochetByJkDbContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public GetAllProductNamesFromCategoryQueryHandler(CrochetByJkDbContext context)
 {
     this.context = context;
 }
 public DeleteProductCommandHandler(CrochetByJkDbContext context)
 {
     this.context = context;
 }
 public GetProductByNameInCategoryQueryHandler(CrochetByJkDbContext context)
 {
     this.context = context;
 }
Beispiel #7
0
 public GetLastProductsQueryHandler(CrochetByJkDbContext context)
 {
     this.context = context;
 }
 public GetAllCategoriesQueryHandler(CrochetByJkDbContext context)
 {
     this.context = context;
 }