Most működik alapból

This commit is contained in:
2025-03-12 15:00:37 +01:00
parent 7c1d89d783
commit 3091faa94c
3 changed files with 10 additions and 18 deletions
@@ -1,3 +1,4 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using WorkFlowCheck.Common.DTO;
@@ -5,6 +6,7 @@ using WorkFlowCheck.Web.Services.Interfaces;
namespace WorkFlowCheck.Web.Pages.BaseStock.CheckPoints
{
[Authorize]
public class CheckPointEditPageModel : PageModel
{
private readonly ILogger<IndexModel> _logger;