demo20230512/Areas/Certification/Views/_ViewStart.cshtml

3 lines
73 B
Plaintext
Raw Normal View History

2023-05-12 10:20:28 +08:00
@{
Layout = "~/Areas/Certification/Views/Shared/_Layout.cshtml";
}