C# Class Conventions.Basics.Domain.HelloConsumer

Show file Open project: MattHoneycutt/SpecsFor

Public Methods

Method Description
GetHelloMessage ( ) : string
HelloConsumer ( IHelloService helloService )

Method Details

GetHelloMessage() public method

public GetHelloMessage ( ) : string
return string

HelloConsumer() public method

public HelloConsumer ( IHelloService helloService )
helloService IHelloService