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

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

공개 메소드들

메소드 설명
Add ( Tag tag ) : Tag
GetByPostId ( int postId ) : List
GetTagsByName ( string tagName ) : List
TagsLogic ( ITagRepository tagRepository, IPostRepository postRepository ) : System

메소드 상세

Add() 공개 메소드

public Add ( Tag tag ) : Tag
tag Blog.Common.Contracts.Tag
리턴 Blog.Common.Contracts.Tag

GetByPostId() 공개 메소드

public GetByPostId ( int postId ) : List
postId int
리턴 List

GetTagsByName() 공개 메소드

public GetTagsByName ( string tagName ) : List
tagName string
리턴 List

TagsLogic() 공개 메소드

public TagsLogic ( ITagRepository tagRepository, IPostRepository postRepository ) : System
tagRepository ITagRepository
postRepository IPostRepository
리턴 System