Upload files to 'ShipyardClientApp/Models'
This commit is contained in:
parent
872639f8ee
commit
193577c08f
9
ShipyardClientApp/Models/ErrorViewModel.cs
Normal file
9
ShipyardClientApp/Models/ErrorViewModel.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace ShipyardClientApp.Models
|
||||
{
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string? RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user