示例#1
0
 //récupère toutes les chambres
 public static List <Room> GetAllRoom()
 {
     return(RoomDB.GetAllRoom());
 }