Example #1
0
 public DataTable getRoom()
 {
     objRoom = new RoomsTableAdapter();
     return(objRoom.GetRoom());
 }