コード例 #1
0
 public async Task <Restaurant> UpdateRestaurant(Restaurant toUpdate)
 {
     return(await commands.Update(toUpdate));
 }