Example #1
0
 public bool removeRoom(int id)
 {
     objRoom = new RoomsTableAdapter();
     return(objRoom.RemoveRoom(id) > 0);
 }