C# Class Castle.MicroKernel.Tests.ClassComponents.CommonImplWithDependancy

Inheritance: ICommon
Show file Open project: nats/castle-1.0.3-mono

Public Properties

Property Type Description
Customer ICustomer

Public Methods

Method Description
CommonImplWithDependancy ( ICustomer customer )

Method Details

CommonImplWithDependancy() public method

public CommonImplWithDependancy ( ICustomer customer )
customer ICustomer

Property Details

Customer public property

public ICustomer Customer
return ICustomer