C# Class CastleTests.Components.CalculatorServiceWithInternalInterface

Inheritance: ICalcService, IInternal
ファイルを表示 Open project: castleproject/Windsor

Public Methods

Method Description
Do ( ) : void
Sum ( int x, int y ) : int

Method Details

Do() public method

public Do ( ) : void
return void

Sum() public method

public Sum ( int x, int y ) : int
x int
y int
return int