BuildFeed/Views/_ViewStart.cshtml

4 lines
55 B
Plaintext
Raw Normal View History

2014-10-11 06:57:02 +08:00
@{
Layout = "~/Views/shared/_default.cshtml";
}