コード例 #1
0
 public Restaurant GetByOrder(Order order)
 {
     return(restRepo.GetByOrder(order));
 }