C# Class MVC6_Example.Services.Implementations.ExampleService

Inheritance: IExampleService
Datei anzeigen Open project: LadyLizzy/mvc6-example

Public Methods

Method Description
LogRequestStub ( object something ) : void
ServiceMessage ( ) : string

Method Details

LogRequestStub() public method

public LogRequestStub ( object something ) : void
something object
return void

ServiceMessage() public method

public ServiceMessage ( ) : string
return string