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