using PARR.EsppApi.Models; using PARR.EsppApi.Models.Query; namespace PARR.EsppApi { public interface IEsppApiService { /// /// Найти наряды в ЕСПП /// /// Task>> FindOrdersAsync(FindOrdersQuery query); } }