Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <System.Guid> SelectiveExportAsync(Devbridge.BackupDatabaseAzureStorage.DACWebService.SelectiveExportInput exportInput)
 {
     return(base.Channel.SelectiveExportAsync(exportInput));
 }
Ejemplo n.º 2
0
 public System.Guid SelectiveExport(Devbridge.BackupDatabaseAzureStorage.DACWebService.SelectiveExportInput exportInput)
 {
     return(base.Channel.SelectiveExport(exportInput));
 }