Blog.Services.Implementation.EducationService.EducationService C# (CSharp) 메소드

EducationService() 공개 메소드

public EducationService ( IEducationLogic educationLogic ) : System.Collections.Generic
educationLogic IEducationLogic
리턴 System.Collections.Generic
        public EducationService(IEducationLogic educationLogic)
        {
            _educationLogic = educationLogic;
        }