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