C# 클래스 Blog.Logic.Core.EducationLogic

상속: IEducationLogic
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
Add ( Education education ) : Education
Delete ( int educationId ) : bool
EducationLogic ( IEducationRepository educationRepository ) : System
GetByUser ( int userId ) : List
Update ( Education education ) : Education

메소드 상세

Add() 공개 메소드

public Add ( Education education ) : Education
education Blog.Common.Contracts.Education
리턴 Blog.Common.Contracts.Education

Delete() 공개 메소드

public Delete ( int educationId ) : bool
educationId int
리턴 bool

EducationLogic() 공개 메소드

public EducationLogic ( IEducationRepository educationRepository ) : System
educationRepository IEducationRepository
리턴 System

GetByUser() 공개 메소드

public GetByUser ( int userId ) : List
userId int
리턴 List

Update() 공개 메소드

public Update ( Education education ) : Education
education Blog.Common.Contracts.Education
리턴 Blog.Common.Contracts.Education