package ch6.arguments;

public interface SAP {
    void send(SapInvoice invoice);
}
