Beispiel #1
0
 public System.Threading.Tasks.Task <System.Guid> ImportAsync(Cerebello.Manager.SqlAzure.ImportExport.ImportInput importInput)
 {
     return(base.Channel.ImportAsync(importInput));
 }
Beispiel #2
0
 public System.Guid Import(Cerebello.Manager.SqlAzure.ImportExport.ImportInput importInput)
 {
     return(base.Channel.Import(importInput));
 }