Exemplo n.º 1
0
        public IEnumerable <HistoryException> GetExceptions()
        {
            var repository = new HistoryExceptionRepository();
            var items      = repository.Get();

            return(items);
        }