LASAPlatform/OpenAuth.Mvc/Views/_ViewStart.cshtml

4 lines
54 B
Plaintext
Raw Normal View History

2025-04-23 09:19:29 +08:00
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}