コード例 #1
0
 public System.IO.Stream Upload(string fileName, string fileContent)
 {
     return(service.Upload(fileName, fileContent));
     //return null;
 }
コード例 #2
0
 Stream IService.Upload(string fileName, string fileContent)
 {
     return(service.Upload(fileName, fileContent));
 }