C# Class SampleLibrary.IOC.SampleClassWithInjectionMethod

Inheritance: ISampleService
ファイルを表示 Open project: philiplaureano/LinFu Class Usage Examples

Public Methods

Method Description
DoSomething ( ) : void

Private Methods

Method Description
DoSomething ( ISampleService sample ) : void

Method Details

DoSomething() public method

public DoSomething ( ) : void
return void