Example #1
0
 public System.Threading.Tasks.Task <System.Guid> ExportAsync(NuGetGallery.Operations.SqlDac.ExportInput exportInput)
 {
     return(base.Channel.ExportAsync(exportInput));
 }
Example #2
0
 public System.Guid Export(NuGetGallery.Operations.SqlDac.ExportInput exportInput)
 {
     return(base.Channel.Export(exportInput));
 }