예제 #1
0
 public RoomModel GetRoom(string roomName)
 {
     return(Model.GetRoom(roomName));
 }