public string GetDoctorNameByAppointmentToken(string appointmentToken)
    {
        GetDoctorNameByAppointmentTokenDL objGetDoctorNameByAppointmentTokenDL = new GetDoctorNameByAppointmentTokenDL();

        return(objGetDoctorNameByAppointmentTokenDL.GetDoctorNameByAppointmentToken(appointmentToken));
    }
 public string GetDoctorNameByAppointmentToken(string appointmentToken)
 {
     GetDoctorNameByAppointmentTokenDL objGetDoctorNameByAppointmentTokenDL = new GetDoctorNameByAppointmentTokenDL();
     return objGetDoctorNameByAppointmentTokenDL.GetDoctorNameByAppointmentToken(appointmentToken);
 }