using RhSolutions.Api.Models; namespace RhSolutions.Api.Services { public interface IPricelistParser { public IAsyncEnumerable GetProducts(HttpContext context); } }