コード例 #1
0
 public static bool DelCateRoom(int id)
 {
     return(RoomBUS.DelCateRoom(id));
 }