package nl.oose.dea.orderservice.withdip; public interface NotificationService { void notifyCustomer(Cart cart); }