Esempio n. 1
0
 public System.Threading.Tasks.Task <System.Guid> SelectiveExportAsync(NuGetGallery.Operations.SqlDac.SelectiveExportInput exportInput)
 {
     return(base.Channel.SelectiveExportAsync(exportInput));
 }
Esempio n. 2
0
 public System.Guid SelectiveExport(NuGetGallery.Operations.SqlDac.SelectiveExportInput exportInput)
 {
     return(base.Channel.SelectiveExport(exportInput));
 }