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;
        }