C# Class CastleTests.Components.ServiceImplementation

Inheritance: ISomeService
Mostra file Open project: castleproject/Windsor

Public Methods

Method Description
ServiceImplementation ( int someValue )
SomeOperation ( ) : void

Method Details

ServiceImplementation() public method

public ServiceImplementation ( int someValue )
someValue int

SomeOperation() public method

public SomeOperation ( ) : void
return void