Ejemplo n.º 1
0
 public async Task <Store> AddTables(int amount)
 {
     return(await _storeService.AddTablesToStoreAsync(amount));
 }