Exemple #1
0
    public DataSet Doctor_GetIPDHotCase(int doctorId)
    {
        Doctor_GetIPDHotCaseDL objDoctor_GetIPDHotCaseDL = new Doctor_GetIPDHotCaseDL();

        return(objDoctor_GetIPDHotCaseDL.Doctor_GetIPDHotCase(doctorId));
    }
 public DataSet Doctor_GetIPDHotCase(int doctorId)
 {
     Doctor_GetIPDHotCaseDL objDoctor_GetIPDHotCaseDL = new Doctor_GetIPDHotCaseDL();
     return objDoctor_GetIPDHotCaseDL.Doctor_GetIPDHotCase(doctorId);
 }