예제 #1
0
 public string CreateDistributorTransfer(ref USClothesWebSite.DTO.DistributorTransfer distributorTransfer)
 {
     USClothesWebSite.Win.Logic.DocumentAPI.CreateDistributorTransferRequest inValue = new USClothesWebSite.Win.Logic.DocumentAPI.CreateDistributorTransferRequest();
     inValue.distributorTransfer = distributorTransfer;
     USClothesWebSite.Win.Logic.DocumentAPI.CreateDistributorTransferResponse retVal = ((USClothesWebSite.Win.Logic.DocumentAPI.IDocumentAPI)(this)).CreateDistributorTransfer(inValue);
     distributorTransfer = retVal.distributorTransfer;
     return(retVal.CreateDistributorTransferResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <string> UpdateDistributorTransferAsync(USClothesWebSite.DTO.DistributorTransfer distributorTransfer)
 {
     return(base.Channel.UpdateDistributorTransferAsync(distributorTransfer));
 }
예제 #3
0
 public string UpdateDistributorTransfer(USClothesWebSite.DTO.DistributorTransfer distributorTransfer)
 {
     return(base.Channel.UpdateDistributorTransfer(distributorTransfer));
 }
예제 #4
0
 public CreateDistributorTransferResponse(string CreateDistributorTransferResult, USClothesWebSite.DTO.DistributorTransfer distributorTransfer)
 {
     this.CreateDistributorTransferResult = CreateDistributorTransferResult;
     this.distributorTransfer             = distributorTransfer;
 }
예제 #5
0
 public CreateDistributorTransferRequest(USClothesWebSite.DTO.DistributorTransfer distributorTransfer)
 {
     this.distributorTransfer = distributorTransfer;
 }