Exemple #1
0
 public void StatusBarDetails()
 {
     AppObject = new AppointmentObjects();
     AppObject.AppointmentStatus("All");
     AppObject.AppointmentType("All");
     AppObject.StatusBarDtl();
 }
Exemple #2
0
 public void SelectAppointmentStatus()
 {
     AppObject = new AppointmentObjects();
     AppObject.AppointmentStatus("Pending");
 }