コード例 #1
0
 public static IEnumerable <Room> GetAllRoom()
 {
     return(RoomBUS.GetAllRoom());
 }