Ejemplo n.º 1
0
 public PIRAccessStaffs()
 {
     this.PIRStaffsList = new List <PIRStaffs>();
     this.StaffDetails  = StaffDetails.GetInstance();
 }
Ejemplo n.º 2
0
 public Areas()
 {
     this._StaffDetails = StaffDetails.GetInstance();
 }
Ejemplo n.º 3
0
 public CenterAnalysisParameters()
 {
     this.StaffDetails = StaffDetails.GetInstance();
     this.SearchText   = string.Empty;
 }
Ejemplo n.º 4
0
 public Divisions()
 {
     this._StaffDetails = StaffDetails.GetInstance();
 }