package domain;

public interface InstallmentRepository {

    void persist(Installment installment);
}
