示例#1
0
    public DataSet Doctor_GetDoctorByDepartment(int departmentId, int empId)
    {
        Doctor_GetDoctorByDepartmentDL objDoctor_GetDoctorByDepartmentDL = new Doctor_GetDoctorByDepartmentDL();

        return(objDoctor_GetDoctorByDepartmentDL.Doctor_GetDoctorByDepartment(departmentId, empId));
    }
 public DataSet Doctor_GetDoctorByDepartment(int departmentId, int empId)
 {
     Doctor_GetDoctorByDepartmentDL objDoctor_GetDoctorByDepartmentDL = new Doctor_GetDoctorByDepartmentDL();
     return objDoctor_GetDoctorByDepartmentDL.Doctor_GetDoctorByDepartment(departmentId, empId);
 }