コード例 #1
0
 public bool AddRoom(string roomName, RoomType type)
 {
     return(Model.AddRoom(roomName, type));
 }