1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-07-04 11:32:55 +00:00
awesome-compose/samples/aspnet-mssql/app/aspnetapp/Views/_ViewStart.cshtml
Anca Iordache 9c829ac4ba update asp.net-mssql sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-06 17:44:39 +01:00

4 lines
32 B
Plaintext
Executable File

@{
Layout = "_Layout";
}