Esempio n. 1
0
        public List <ResultadoParaleloBE> ResultadosParticipantesImportar(string FechaInicio, string FechaFin, string Empresa)
        {
            ResultadoDALC objDalc = new ResultadoDALC();

            return(objDalc.ResultadosParticipantesImportar(FechaInicio, FechaFin, Empresa));
        }