コード例 #1
0
 public Restaurant GetAllRate(Restaurant restaurant)
 {
     return(restaurantDataAccess.GetAllRate(restaurant));
 }