From ee80c6ff969b5b4cfc3d1292f15928fc8bd2d667 Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 10 Dec 2020 13:54:23 +0200 Subject: Replaced ASP.NET Core MVC with Blazor --- Web/Models/ErrorViewModel.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Web/Models/ErrorViewModel.cs (limited to 'Web/Models/ErrorViewModel.cs') diff --git a/Web/Models/ErrorViewModel.cs b/Web/Models/ErrorViewModel.cs deleted file mode 100644 index f603890..0000000 --- a/Web/Models/ErrorViewModel.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; - -namespace Web.Models -{ - public class ErrorViewModel - { - public string RequestId { get; set; } - - public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); - } -} -- cgit v1.2.3