1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-29 15:48:03 +02:00

update asp.net-mssql sample

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache 2020-03-06 17:39:55 +01:00
parent 80dcce97b4
commit 9c829ac4ba
77 changed files with 75 additions and 824 deletions

View file

@ -1,11 +0,0 @@
using System;
namespace aspnetapp.Models
{
public class ErrorViewModel
{
public string RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
}