C# Class Blog.Services.Implementation.TagsService

Inheritance: BaseService, ITagsService
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
Add ( Tag tag ) : Tag
GetByName ( string tagName ) : List
GetByPostId ( int postId ) : List
TagsService ( ITagsLogic tagsLogic ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( Tag tag ) : Tag
tag Blog.Common.Contracts.Tag
Résultat Blog.Common.Contracts.Tag

GetByName() public méthode

public GetByName ( string tagName ) : List
tagName string
Résultat List

GetByPostId() public méthode

public GetByPostId ( int postId ) : List
postId int
Résultat List

TagsService() public méthode

public TagsService ( ITagsLogic tagsLogic ) : System.Collections.Generic
tagsLogic ITagsLogic
Résultat System.Collections.Generic