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

Sample service 3
Show file Open project: BlogSharp/Blogsharp

Public Methods

Method Description
SampleService3 ( int serviceId ) : Castle.MicroKernel.Handlers

Initializes a new instance of the SampleService3 class.

Method Details

SampleService3() public method

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