コード例 #1
0
ファイル: ClientController.cs プロジェクト: Mr3JZ/theta7
 public void addRoom(int confId, string roomName, int capacity, string street, string city, string postalCode, DateTime beginDate, DateTime endDate)
 {
     server.AddAvailableRoom(confId, roomName, capacity, street, city, postalCode, beginDate, endDate);
 }