Esempio n. 1
0
        public List <PlanillasArrastre> GetList(DateTime?FechaDesde, DateTime?FechaHasta, Int32 PlanillaNumero, String NroSucursalHojaRuta, Int32 HojaRutaNumero, Int32 AgenciaID)
        {
            IPlanillaArrastreRepositorio _repositorio = IoC.GetObjectRepositorio <IPlanillaArrastreRepositorio>();

            return(_repositorio.PlanillaArrastreAll(FechaDesde, FechaHasta, PlanillaNumero, NroSucursalHojaRuta, HojaRutaNumero, AgenciaID));
        }