/MSCDemo

MSC demo application discount calculator

Primary LanguageC#

Demo application for the Discount Calculator

The Solution consists of:

  • Console application
  • Class library with business logic
  • Unit Tests project

It implements Dependency Injection pattern and Strategy pattern. There is a UnitTests project, which contains basic unit tests covering the business logic.