Example #1
0
 public DataTable getRoom_ForDDL(int sid)
 {
     objRoom = new RoomsTableAdapter();
     return(objRoom.GetRoom_ForDDL(sid));
 }