C# Class Castle.Facilities.WcfIntegration.Tests.Components.ServiceWithCallback

Inheritance: IServiceWithCallback
Mostra file Open project: castleproject/Windsor

Public Methods

Method Description
DoSomething ( int value ) : void
DoSomethingElse ( int value ) : void

Method Details

DoSomething() public method

public DoSomething ( int value ) : void
value int
return void

DoSomethingElse() public method

public DoSomethingElse ( int value ) : void
value int
return void