using PARR.AIHITMainLoader.Models; namespace PARR.AIHITMainLoader.Services { internal interface IAihitService { IEnumerable GetPtkData(string respArea); IEnumerable GetCvkData(string respArea); } }