package ch6.exception;

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