コード例 #1
0
 public static bool CreateRoom(Room r)
 {
     return(RoomBUS.CreateRoom(r));
 }