8 lines
128 B
C#
8 lines
128 B
C#
namespace PARR.AIHITRelationshipsSyncer
|
|
{
|
|
public interface IRelationshipsSyncer
|
|
{
|
|
Task StartAsync();
|
|
}
|
|
}
|