* Added VatCodeAssociation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using SytelineSaAppEfDataModel.Dtos;
|
||||
|
||||
namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface IVatCodeAssociationService
|
||||
{
|
||||
Task<VatCodeAssociationDto?> GetVatCodesAssociation(string customerDoInvoice, string endUserType, string productCode);
|
||||
}
|
||||
Reference in New Issue
Block a user