예제 #1
0
 public System.Threading.Tasks.Task <System.Guid> SelectiveExportAsync(NuGet.Services.Work.DACWebService.SelectiveExportInput exportInput)
 {
     return(base.Channel.SelectiveExportAsync(exportInput));
 }
예제 #2
0
 public System.Guid SelectiveExport(NuGet.Services.Work.DACWebService.SelectiveExportInput exportInput)
 {
     return(base.Channel.SelectiveExport(exportInput));
 }