C# Class BlogSharp.CastleExtensions.Tests.DependencyResolvers.SampleService2

Sample service 2
Show file Open project: BlogSharp/Blogsharp

Public Methods

Method Description
SampleService2 ( string serviceId ) : Castle.MicroKernel.Handlers

Initializes a new instance of the SampleService2 class.

Method Details

SampleService2() public method

Initializes a new instance of the SampleService2 class.
public SampleService2 ( string serviceId ) : Castle.MicroKernel.Handlers
serviceId string The service ID
return Castle.MicroKernel.Handlers