public AllMasterProductQueryHandler(IMasterProductQueryRepository masterProductQueryRepository)
 {
     this.masterProductQueryRepository = masterProductQueryRepository;
 }
Esempio n. 2
0
 public ProductByIdQueryHandler(IMasterProductQueryRepository masaterProductQueryRepository)
 {
     this.masaterProductQueryRepository = masaterProductQueryRepository;
 }
Esempio n. 3
0
 public ProductsAdvanacedQueryHandler(IMasterProductQueryRepository masterProductQueryRepository)
 {
     this.masterProductQueryRepository = masterProductQueryRepository;
 }
 public GetByIdMasterProductQueryHandler(IMasterProductQueryRepository masterQueryRepository)
 {
     _masterProductQueryRepository = masterQueryRepository;
 }