Exemple #1
0
        public IEnumerable GetAll()
        {
            var retorno = _repository.GetAllEntities();

            return(retorno);
        }