Initial commit
This commit is contained in:
commit
7703f9d8bb
21 changed files with 433 additions and 0 deletions
11
Website/Models/ErrorViewModel.cs
Normal file
11
Website/Models/ErrorViewModel.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
|
||||
namespace Website.Models
|
||||
{
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue