Exemplo n.º 1
0
        public ViewResult Detail(Guid id)
        {
            ExceptionLog      exceptionLog      = this._exceptionLogRep.Single(id);
            ExceptionLogModel exceptionLogModel = exceptionLog.ToModel();

            return(base.View(exceptionLogModel));
        }