public EfGetManufacturersCommand(WmContext context) : base(context)
 {
 }
Esempio n. 2
0
 public EfDeleteProductSuppliersCommand(WmContext context) : base(context)
 {
 }
 public EfGetInsertUpdateProductCommand(WmContext context) : base(context)
 {
 }
Esempio n. 4
0
 public EfAddProductCommand(WmContext context) : base(context)
 {
 }
 public EfGetCategoriesCommand(WmContext context) : base(context)
 {
 }
 protected BaseEfCommand(WmContext context)
 {
     Context = context;
 }
Esempio n. 7
0
 public EfEditProductCommand(WmContext context, EfDeleteProductSuppliersCommand deleteProductSuppliers) : base(context)
 {
     _deleteProductSuppliers = deleteProductSuppliers;
 }
Esempio n. 8
0
 public EfGetSuppliersCommand(WmContext context) : base(context)
 {
 }
Esempio n. 9
0
 public EfGetProductsCommand(WmContext context) : base(context)
 {
 }