Files
parr_api/PARR.AIHIT/AIHIT/Services/IAIHITService.cs
Mikhail Kuznetsov f3914c07a4 AIHITService
2023-08-23 16:57:38 +10:00

10 lines
158 B
C#

using PARR.AIHIT.Models;
namespace PARR.AIHIT.Services
{
internal interface IAIHITService
{
List<EK>? GetEKList(string respArea);
}
}