C# Class RandomActsOfCoffee.EmailMatchAlerter

Inheritance: IMatchAlerter
显示文件 Open project: namely/random-acts-of-coffee Class Usage Examples

Public Methods

Method Description
AlertMatches ( IEnumerable matches ) : void

Private Methods

Method Description
AlertEmployee ( Employee matcher, Employee matchee ) : void
AlertMatch ( Match match ) : void
GetNamelyProfileUrl ( String id ) : String

Method Details

AlertMatches() public method

public AlertMatches ( IEnumerable matches ) : void
matches IEnumerable
return void