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