C# 클래스 DIExample.Core.Services.FooService

상속: IFooService
파일 보기 프로젝트 열기: jbogard/blogexamples

공개 메소드들

메소드 설명
DoSomething ( ) : void
FooService ( System.Web.Routing.RequestContext requestContext, System.Web.HttpContextBase httpContext, System.Web.Mvc.UrlHelper helper, Func context ) : System

메소드 상세

DoSomething() 공개 메소드

public DoSomething ( ) : void
리턴 void

FooService() 공개 메소드

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
리턴 System