mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
add aspnet-mssql application sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
43f21f2d8d
commit
5417ecf9f2
72 changed files with 25226 additions and 0 deletions
11
samples/aspnet-mssql/backend/aspnetapp/Models/ErrorViewModel.cs
Executable file
11
samples/aspnet-mssql/backend/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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue