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

Inheritance: IServiceWithCallback
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
DoSomething ( int value ) : void
DoSomethingElse ( int value ) : void

Method Details

DoSomething() public méthode

public DoSomething ( int value ) : void
value int
Résultat void

DoSomethingElse() public méthode

public DoSomethingElse ( int value ) : void
value int
Résultat void