Example #1
0
    public DataSet Common_GetDoctorAppointmentByDateTime(int empId, string appointmentDate, string appointmentTime)
    {
        GetDoctorAppointmentByDateTimeDL objGetDoctorAppointmentByDateTimeDL = new GetDoctorAppointmentByDateTimeDL();

        return(objGetDoctorAppointmentByDateTimeDL.GetDoctorAppointmentByDateTime(empId, appointmentDate, appointmentTime));
    }
 public DataSet Common_GetDoctorAppointmentByDateTime(int empId, string appointmentDate, string appointmentTime)
 {
     GetDoctorAppointmentByDateTimeDL objGetDoctorAppointmentByDateTimeDL = new GetDoctorAppointmentByDateTimeDL();
     return objGetDoctorAppointmentByDateTimeDL.GetDoctorAppointmentByDateTime(empId, appointmentDate, appointmentTime);
 }