예제 #1
0
 public System.Threading.Tasks.Task <CdT.ClientPortal.WebApi.FileManagement.StoreFileResponse> StoreFileAsync(CdT.ClientPortal.WebApi.FileManagement.StoreFileRequest storeFileRequest)
 {
     return(base.Channel.StoreFileAsync(storeFileRequest));
 }
예제 #2
0
 public CdT.ClientPortal.WebApi.FileManagement.StoreFileResponse StoreFile(CdT.ClientPortal.WebApi.FileManagement.StoreFileRequest storeFileRequest)
 {
     return(base.Channel.StoreFile(storeFileRequest));
 }