BootstrapAdmin/Bootstrap.Admin/Views/_ViewStart.cshtml

4 lines
54 B
Plaintext
Raw Normal View History

2016-10-20 17:55:29 +08:00
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}