diff options
Diffstat (limited to 'Web/Views/_ViewStart.cshtml')
| -rw-r--r-- | Web/Views/_ViewStart.cshtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Web/Views/_ViewStart.cshtml b/Web/Views/_ViewStart.cshtml new file mode 100644 index 0000000..66b5da2 --- /dev/null +++ b/Web/Views/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{
+ Layout = "_Layout";
+}
|
