Example #1
0
 public DataTable consultarDept()
 {
     DataTable dtDepartamento = new DataTable();
     DATLYR.dbDept ObjDept = new DATLYR.dbDept();
     dtDepartamento = ObjDept.consultaDept();
     return dtDepartamento;
 }
Example #2
0
        public DataTable consultarDept()
        {
            DataTable dtDepartamento = new DataTable();

            DATLYR.dbDept ObjDept = new DATLYR.dbDept();
            dtDepartamento = ObjDept.consultaDept();
            return(dtDepartamento);
        }