public ProductsBoughtByCustomerQueryHandler(NorthWindContextMgr context, bool sharedContext = false)
     : base(context, sharedContext)
 {
 }
Exemplo n.º 2
0
 public CustomersPageSearchQueryHandler(NorthWindContextMgr context, bool sharedContext = false)
     : base(context, sharedContext)
 {
 }
 public AllCategoriesQueryHandler(NorthWindContextMgr context, bool sharedContext = false)
     : base(context, sharedContext)
 {
 }
 public ProductsQueryHandler(NorthWindContextMgr context, bool sharedContext = false)
     : base(context, sharedContext)
 {
 }
Exemplo n.º 5
0
 public AllSuppliersQueryHandler(NorthWindContextMgr context, bool sharedContext = false)
     : base(context, sharedContext)
 {
 }