public DataSet Doctor_GetAllDoctors(int doctorId)
 {
     Doctor_GetAllDoctorsDL objDoctor_GetAllDoctorsDL=new Doctor_GetAllDoctorsDL();
     return objDoctor_GetAllDoctorsDL.Doctor_GetAllDoctors(doctorId);
 }
示例#2
0
    public DataSet Doctor_GetAllDoctors(int doctorId)
    {
        Doctor_GetAllDoctorsDL objDoctor_GetAllDoctorsDL = new Doctor_GetAllDoctorsDL();

        return(objDoctor_GetAllDoctorsDL.Doctor_GetAllDoctors(doctorId));
    }