Exemple #1
0
 public System.Threading.Tasks.Task <bool> UpdateWmsAllocationInfoAsync(BFM.ContractModel.WmsAllocationInfo mWmsAllocationInfo)
 {
     return(base.Channel.UpdateWmsAllocationInfoAsync(mWmsAllocationInfo));
 }
Exemple #2
0
 public bool UpdateWmsAllocationInfo(BFM.ContractModel.WmsAllocationInfo mWmsAllocationInfo)
 {
     return(base.Channel.UpdateWmsAllocationInfo(mWmsAllocationInfo));
 }