Castle.MicroKernel.Tests.ClassComponents.CommonServiceUser.CommonServiceUser C# (CSharp) Method

CommonServiceUser() public method

public CommonServiceUser ( ICommon common )
common ICommon
		public CommonServiceUser(ICommon common)
		{
			this.common = common;
		}
CommonServiceUser