1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-12-25 18:25:29 +01:00
RSystem-MVC-Fork/RSystem/Views/_ViewStart.cshtml

4 lines
54 B
Plaintext
Raw Normal View History

2018-04-17 11:20:49 +02:00
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}