Castle.Facilities.WcfIntegration.Tests.Components.ServiceWithDependencies.ServiceWithDependencies C# (CSharp) Method

ServiceWithDependencies() public method

public ServiceWithDependencies ( IOne one, HasOne hasOne ) : System.Collections.Generic
one IOne
hasOne HasOne
return System.Collections.Generic
		public ServiceWithDependencies(IOne one,HasOne hasOne)
		{
			this.one = one;
			this.hasOne = hasOne;
		}