Ejemplo n.º 1
0
    public DataSet GetEmployeeData()
    {
        EmployeeDL empDL = new EmployeeDL();

        return(empDL.Get_Employees());
    }