示例#1
0
        public async Task <IEnumerable <PersonaVM> > GetAllVM()
        {
            //throw new Exception();

            //Console.WriteLine("Entro");
            PersonaFiltro filtro = BuilFiltroPersona();

            var personas = await _servicioPersona.GetAllVM(filtro);

            return(personas);
        }