示例#1
0
 public System.Threading.Tasks.Task <System.Guid> ExportAsync(NuGet.Services.Work.DACWebService.ExportInput exportInput)
 {
     return(base.Channel.ExportAsync(exportInput));
 }
示例#2
0
 public System.Guid Export(NuGet.Services.Work.DACWebService.ExportInput exportInput)
 {
     return(base.Channel.Export(exportInput));
 }