Files
WorkFlowCheck/src/WorkFlowCheck.MAUI/Services/ISyncService.cs
T
2025-02-05 13:47:11 +01:00

14 lines
210 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WorkFlowCheck.MAUI.Services
{
public interface ISyncService
{
}
}