コード例 #1
0
 public Restaurant GetByRestaurantId(int RestaurantId)
 {
     return(_RestaurantRepo.GetByRestaurantId(RestaurantId));
 }