1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2025-06-07 16:06:21 +00:00
LearningMVC/SportsStore.WebUI/Views/_ViewStart.cshtml
2017-04-05 01:48:11 +09:00

3 lines
53 B
Plaintext

@{
Layout = "~/Views/Shared/_Layout.cshtml";
}