feat(aihitRelationshipsSyncer): Реализована логика синхронизации связей между Unit+CI/CD
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using PARR.AIHITRelationshipsSyncer.Models;
|
||||
|
||||
namespace PARR.AIHITRelationshipsSyncer.Services.Interfaces
|
||||
{
|
||||
public interface IAihitService
|
||||
{
|
||||
IEnumerable<AihitData>? GetData();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user