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

            dt = vh.verTipoVehiculo();
            //SolicitudTransporte_DAL tipo = new SolicitudTransporte_DAL();
            return(dt);
        }