Mentés + JwtMiddleware-ből a dolgok berakva

This commit is contained in:
2025-03-14 10:25:08 +01:00
parent ca789cfbc3
commit 9d0a577c1f
9 changed files with 54 additions and 117 deletions
@@ -6,6 +6,6 @@ namespace WorkFlowCheck.Web.Services.Interfaces
{
Task<List<CheckPointDTO>> GetAllCheckPoints();
Task<CheckPointDTO> GetCheckPoint(int id);
Task<CheckPointDTO> UpdateCheckPoint(CheckPointDTO checkPoint);
Task<ApiResponseDTO<CheckPointDTO>> UpdateCheckPoint(CheckPointDTO checkPoint);
}
}