10 lines
170 B
C#
10 lines
170 B
C#
using PARR.AIHITLoader.Models;
|
|
|
|
namespace PARR.AIHITLoader.Services
|
|
{
|
|
internal interface IAIHITService
|
|
{
|
|
List<EK>? GetEKList(string respArea);
|
|
}
|
|
}
|