Blog.Web.Api.Controllers.EducationController.EducationController C# (CSharp) 메소드

EducationController() 공개 메소드

public EducationController ( IEducationResource education, IErrorSignaler errorSignaler ) : Blog.Common.Contracts
education IEducationResource
errorSignaler IErrorSignaler
리턴 Blog.Common.Contracts
        public EducationController(IEducationResource education, IErrorSignaler errorSignaler)
        {
            _service = education;
            _errorSignaler = errorSignaler;
        }