public DataSet Common_GetAllDoctors()
 {
     GetAllDoctorsDL objGetAllDoctorsDL = new GetAllDoctorsDL();
     return objGetAllDoctorsDL.GetAllDoctors();
 }
Exemple #2
0
    public DataSet Common_GetAllDoctors()
    {
        GetAllDoctorsDL objGetAllDoctorsDL = new GetAllDoctorsDL();

        return(objGetAllDoctorsDL.GetAllDoctors());
    }