Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
11
aspnet-mssql/app/aspnetapp/Models/ErrorViewModel.cs
Executable file
11
aspnet-mssql/app/aspnetapp/Models/ErrorViewModel.cs
Executable file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace aspnetapp.Models
|
||||
{
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user