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

8 lines
128 B
Plaintext

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