Example #1
0
 public void StatusBarDetails()
 {
     AppObject = new AppointmentObjects();
     AppObject.AppointmentStatus("All");
     AppObject.AppointmentType("All");
     AppObject.StatusBarDtl();
 }
Example #2
0
 public void SelectAppointmentType()
 {
     AppObject = new AppointmentObjects();
     AppObject.AppointmentType("Body Repair");
 }