feat(aihit): AIHITLoadWorker + AIHITSyncWorker
This commit is contained in:
9
PARR.AIHITLoader/Services/IAIHITService.cs
Normal file
9
PARR.AIHITLoader/Services/IAIHITService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using PARR.AIHITLoader.Models;
|
||||
|
||||
namespace PARR.AIHITLoader.Services
|
||||
{
|
||||
internal interface IAIHITService
|
||||
{
|
||||
List<EK>? GetEKList(string respArea);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user