NFC a CheckPoints-hoz

This commit is contained in:
2025-02-27 07:53:26 +01:00
parent 1ac31d7d76
commit 5512120306
6 changed files with 87 additions and 13 deletions
@@ -11,7 +11,7 @@ namespace WorkFlowCheck.MAUI.Services.Interfaces
{
Task<List<CheckPointDTO>> GetAllCheckPoints();
Task<CheckPointDTO> GetCheckPoint(int id);
Task<CheckPointDTO> UpdateCheckPoint(CheckPointDTO checkPoint);
}