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(); }
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(); }