Skip to content

hannahprice/FundraiserMediatorExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FundraiserMediatorExample

A basic console app to demonstrate the Mediator pattern, without the MediatR library.

The CharityPot acts as the mediator between the Fundraiser and the charity they are donating to.

  • Charity pot created with a fundraising goal.
  • Fundraisers created and registered with charity.
  • Fundraisers donate to charity pot.
  • Fundraisers receive updates for every donation made, including the running total and their personal total.

About

A basic console app to demonstrate the Mediator pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages