Blog.Web.Api.Controllers.EducationController.EducationController C# (CSharp) Method

EducationController() public method

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