Menü kialakítása

This commit is contained in:
2025-03-15 14:18:25 +01:00
parent 9f1c3df5d6
commit 2d13b0909e
25 changed files with 63 additions and 42 deletions
@@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace WorkFlowCheck.Web.Pages.UserAndRole
{
public class UserRolePageModel : PageModel
{
public void OnGet()
{
}
}
}