package ch6.mock;

import ch6.stub.Invoice;

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