package org.initialde.yakasave.Infrastructure.Persistence;

public interface ContributionRepository {
    void deleteAll();
}
