Exemplo n.º 1
0
 public async Task <Table> GetTableById(string id)
 {
     return(await coreStore.GetTableById(id));
 }