Example #1
0
 public static ObservableCollection <Room> GetByName1(string roomName)
 {
     return(RoomDAL.GetByName1(roomName));
 }