コード例 #1
0
 public static bool CreateCateRoom(CategoryRoom cr)
 {
     return(RoomBUS.CreateCateRoom(cr));
 }