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

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

공개 메소드들

메소드 설명
Add ( Tag tag ) : Tag
GetByName ( string tagName ) : List
GetByPostId ( int postId ) : List
TagsService ( ITagsLogic tagsLogic ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

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

GetByName() 공개 메소드

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

GetByPostId() 공개 메소드

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

TagsService() 공개 메소드

public TagsService ( ITagsLogic tagsLogic ) : System.Collections.Generic
tagsLogic ITagsLogic
리턴 System.Collections.Generic