예제 #1
0
파일: Vehiculo_BO.cs 프로젝트: sadcc24/SCM
        public DataTable verTodosVehiculos(vehiculo_Entity vh)
        {
            DataTable    dt  = new DataTable();
            Vehiculo_DAL vhc = new Vehiculo_DAL();

            dt = vhc.verVehiculos(vh);
            return(dt);
        }