Exemple #1
0
 public System.Threading.Tasks.Task <System.Guid> ExportAsync(Chalkable.Data.Common.SqlAzure.ImportExport.ExportInput exportInput)
 {
     return(base.Channel.ExportAsync(exportInput));
 }
Exemple #2
0
 public System.Guid Export(Chalkable.Data.Common.SqlAzure.ImportExport.ExportInput exportInput)
 {
     return(base.Channel.Export(exportInput));
 }