using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface IVatCodeAssociationService { Task GetVatCodesAssociation(string customerDoInvoice, string endUserType, string productCode); }