Még csak lépések vannak ...

This commit is contained in:
2025-03-03 17:03:41 +01:00
parent 2ad8ba2d51
commit 1e9fdf7ea5
5 changed files with 43 additions and 12 deletions
@@ -9,6 +9,6 @@ namespace WorkFlowCheck.MAUI.Services.Interfaces
{
public interface ICheckListService
{
Task<CheckListHeaderDTO> StartNew();
Task<ApiResponseDTO<CheckListHeaderDTO>> StartNew(CheckListTemplateHeaderDTO checkListTemplateHeaderDTO);
}
}