NonInventPurchasingSystem/CPRNIMS.WebApps/Views/Home/Logout.cshtml
2026-01-20 07:44:30 +08:00

5 lines
125 B
Plaintext

@model CPRNIMS.Infrastructure.Models.Account.User
@{
Layout = "_LoginLayout";
}
@await Html.PartialAsync("_LoginBody")