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

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

공개 메소드들

메소드 설명
Add ( Hobby hobby ) : Hobby
Delete ( int hobbyId ) : bool
GetByUser ( int userId ) : List
HobbyService ( IHobbyLogic hobbyLogic ) : System.Collections.Generic
Update ( Hobby hobby ) : Hobby

메소드 상세

Add() 공개 메소드

public Add ( Hobby hobby ) : Hobby
hobby Blog.Common.Contracts.Hobby
리턴 Blog.Common.Contracts.Hobby

Delete() 공개 메소드

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

GetByUser() 공개 메소드

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

HobbyService() 공개 메소드

public HobbyService ( IHobbyLogic hobbyLogic ) : System.Collections.Generic
hobbyLogic IHobbyLogic
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( Hobby hobby ) : Hobby
hobby Blog.Common.Contracts.Hobby
리턴 Blog.Common.Contracts.Hobby