Ejemplo n.º 1
0
 //Gets the appointment based on the apptID
 public static Appointment GetAppointment(int apptID)
 {
     return(AppointmentDAL.GetAppointment(apptID));
 }