Esempio n. 1
0
        public static List <GETTiemposProcesoDto> ObtenerTiempoPromedioPorInstitucionYProyecto(int codinstitucion, int codproyecto)
        {
            List <GETTiemposProcesoDto> result;

            GETTiemposProcesoImpl _gETTiemposProcesoImpl = new GETTiemposProcesoImpl();

            result = _gETTiemposProcesoImpl.ObtenerTiemposProceso(codinstitucion, codproyecto, 0);

            return(result);
        }
Esempio n. 2
0
        public static List <GETTiemposProcesoDto> ObtenerTiempoPromedioGeneral()
        {
            List <GETTiemposProcesoDto> result;

            GETTiemposProcesoImpl _gETTiemposProcesoImpl = new GETTiemposProcesoImpl();

            result = _gETTiemposProcesoImpl.ObtenerTiemposProceso(0, 0, 0);

            return(result);
        }