コード例 #1
0
 public static IEnumerable <RoomBooking> GetRB(int id)
 {
     return(BookingBUS.GetRB(id));
 }