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