Ejemplo n.º 1
0
 private Task <Table> OpenBasicTable(bool useAsync)
 {
     return(this.Exec(() => Samples.OpenBasicTable(), useAsync));
 }