C# Class DIExample.Core.Services.FooService

Inheritance: IFooService
Show file Open project: jbogard/blogexamples

Public Methods

Method Description
DoSomething ( ) : void
FooService ( System.Web.Routing.RequestContext requestContext, System.Web.HttpContextBase httpContext, System.Web.Mvc.UrlHelper helper, Func context ) : System

Method Details

DoSomething() public method

public DoSomething ( ) : void
return void

FooService() public method

public FooService ( System.Web.Routing.RequestContext requestContext, System.Web.HttpContextBase httpContext, System.Web.Mvc.UrlHelper helper, Func context ) : System
requestContext System.Web.Routing.RequestContext
httpContext System.Web.HttpContextBase
helper System.Web.Mvc.UrlHelper
context Func
return System