Beispiel #1
0
        public async Task <ActionResult> Index()
        {
            var errors = await _errorRepository.GetErrors();

            return(View(errors));
        }