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