コード例 #1
0
 public Restaurant Add(Restaurant newRestaurant)
 {
     db.Add(newRestaurant);
     return(newRestaurant);
 }