BlogSharp.CastleExtensions.Tests.DependencyResolvers.SampleService1.SampleService1 C# (CSharp) Method

SampleService1() public method

Initializes a new instance of the SampleService1 class.
public SampleService1 ( string serviceId ) : Castle.MicroKernel.Handlers
serviceId string The service ID
return Castle.MicroKernel.Handlers
        public SampleService1(string serviceId)
        {
            ServiceId = serviceId;
        }
SampleService1