Ejemplo n.º 1
0
 public Restaurant GetAllRate(Restaurant restaurant)
 {
     return(restaurantDataAccess.GetAllRate(restaurant));
 }