public async Task <IEnumerable <ListModuloCommand> > List() { return(_mapper.Map <IEnumerable <ListModuloCommand> >(await _moduloRepository.GetAll())); }
public IList <TbSeModulo> GetAll() { return(moduloRepo.GetAll()); }
public IList <Modulo> GetModulos() { return(_moduloRepository.GetAll().ToList()); }