public StudentHostelAdmissionVM()
 {
     web     = new StudentService((HostelAdmissionI)this, (Icoursedetail)this, (ProfileI)this);
     masters = new MasterServices((RoomBedI1)this, (MasterI)this, (FloorI)this);
     web.GetProfiile(App.userid);
     masters.GetAllArea();
     masters.GetAllRomType();
     web.GetCourseList();
 }
Exemplo n.º 2
0
 public FloorVM()
 {
     FloorProp.AreaVisible   = false;
     FloorProp.HostelVisible = false;
     FloorProp.BlockVisible  = false;
     FloorData = new FloorModel();
     web       = new MasterServices(this, this);
     // send id into base 64 formate
     web.GetAllArea();
     web.GetAllRomType();
 }