C# 클래스 Blog.Services.Implementation.EducationService

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

공개 메소드들

메소드 설명
Add ( Education education ) : Education
Delete ( int educationId ) : bool
EducationService ( IEducationLogic educationLogic ) : System.Collections.Generic
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

EducationService() 공개 메소드

public EducationService ( IEducationLogic educationLogic ) : System.Collections.Generic
educationLogic IEducationLogic
리턴 System.Collections.Generic

GetByUser() 공개 메소드

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

Update() 공개 메소드

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