Exemple #1
0
 public void DeleteSupplierStoreLocation(SupplierStoreLocation model)
 {
     Channel.DeleteSupplierStoreLocation(model);
 }
Exemple #2
0
 public void AddSupplierStoreLocation(SupplierStoreLocation model)
 {
     Channel.AddSupplierStoreLocation(model);
 }
Exemple #3
0
 public SupplierStoreLocation GetSupplierStoreLocationbykey(SupplierStoreLocation info)
 {
     return(Channel.GetSupplierStoreLocationbykey(info));
 }
Exemple #4
0
 public void UpdateSupplierStoreLocation(SupplierStoreLocation model)
 {
     Channel.UpdateSupplierStoreLocation(model);
 }
Exemple #5
0
 public List <SupplierStoreLocation> QuerySupplierStoreLocations(SupplierStoreLocation info)
 {
     return(Channel.QuerySupplierStoreLocations(info));
 }