EchoTex_Payroll/HRM.UI/Controllers/MobileAPI/Areas/HelpPage/Views/_ViewStart.cshtml

4 lines
162 B
Plaintext
Raw Normal View History

2024-10-14 10:01:49 +06:00
@{
// Change the Layout path below to blend the look and feel of the help page with your existing web pages
Layout = "~/Views/Shared/_Layout.cshtml";
}