コード例 #1
0
 public List <Restaurant> GetRestaurantByCity(int id)
 {
     return(_restaurantManager.GetRestaurantByCity(id));
 }