Spaces:
Running
Running
| using FlowAPI.Application.DTOs.Sync; | |
| namespace FlowAPI.Application.Interfaces | |
| { | |
| public interface ISyncService | |
| { | |
| Task<SyncResponseDto> SyncChangesAsync(Guid userId, SyncRequestDto request); | |
| } | |
| } | |