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