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

Sample service 1
Mostrar archivo Open project: BlogSharp/Blogsharp

Public Methods

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

Initializes a new instance of the SampleService1 class.

Method Details

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