public OrderProcessor(PriceList priceList, SalesRegister salesRegister, EmailNotifier emailNotifier, BeverageQuantityChecker checker) { _translator = new OrderTranslator(new DrinkMarkerProtocol()); _priceList = priceList; _salesRegister = salesRegister; _notifier = emailNotifier; _checker = checker; }
public static void ResetData() { report = new Report(); notifier = new EmailNotifier(); }