mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Move database context, migrations and models to separate project.
This commit is contained in:
8
Aaru.Server.Database/Models/ErrorViewModel.cs
Normal file
8
Aaru.Server.Database/Models/ErrorViewModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Aaru.Server.Database.Models;
|
||||
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
||||
Reference in New Issue
Block a user