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

Delete() 공개 메소드

public Delete ( int educationId ) : bool
educationId int
리턴 bool
        public bool Delete(int educationId)
        {
            return _educationLogic.Delete(educationId);
        }
    }