Exemplo n.º 1
0
 public RoomBedVM()
 {
     AreaVisible   = false;
     HostelVisible = false;
     web           = new MasterServices((MasterI)this, (RoomBedI)this, (RoomListI)this);
     web.GetAllArea1();
     // web.GetAllRomTypeForRoomBed();
 }