Пример #1
0
 public void FileSave(byte[] retBytes, string FileName, string ImgUrl, string BigImgUrl, string SmallImgUrl, string RecentSmallImgUrl, string RecentBigImgUrl, string RecentOrgImgUrl)
 {
     global::ProduceManager.PrdManager.FileSaveRequest inValue = new global::ProduceManager.PrdManager.FileSaveRequest();
     inValue.retBytes          = retBytes;
     inValue.FileName          = FileName;
     inValue.ImgUrl            = ImgUrl;
     inValue.BigImgUrl         = BigImgUrl;
     inValue.SmallImgUrl       = SmallImgUrl;
     inValue.RecentSmallImgUrl = RecentSmallImgUrl;
     inValue.RecentBigImgUrl   = RecentBigImgUrl;
     inValue.RecentOrgImgUrl   = RecentOrgImgUrl;
     global::ProduceManager.PrdManager.FileSaveResponse retVal = ((global::ProduceManager.PrdManager.ShareWSSoap)(this)).FileSave(inValue);
 }
Пример #2
0
 global::ProduceManager.PrdManager.FileSaveResponse global::ProduceManager.PrdManager.ShareWSSoap.FileSave(global::ProduceManager.PrdManager.FileSaveRequest request)
 {
     return(base.Channel.FileSave(request));
 }