Files
parr_api/PARR.AIHITRelationshipsSyncer/IRelationshipsSyncer.cs

8 lines
128 B
C#

namespace PARR.AIHITRelationshipsSyncer
{
public interface IRelationshipsSyncer
{
Task StartAsync();
}
}