C# Class Castle.Windsor.Tests.ConfigureDecoratorsTestCase.DoSomethingService

Inheritance: IDoSomethingService
Show file Open project: castleproject/Windsor

Public Methods

Method Description
DoSomething ( ) : void
DoSomethingService ( IDoNothingService service ) : System

Method Details

DoSomething() public method

public DoSomething ( ) : void
return void

DoSomethingService() public method

public DoSomethingService ( IDoNothingService service ) : System
service IDoNothingService
return System