C# Class Blog.Logic.Core.CommentLikesLogic

Inheritance: ICommentLikesLogic
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
Add ( CommentLike commentLike ) : CommentLike
CommentLikesLogic ( ICommentLikeRepository commentLikeRepository ) : System
Get ( int commentId ) : List

Method Details

Add() public méthode

public Add ( CommentLike commentLike ) : CommentLike
commentLike Blog.Common.Contracts.CommentLike
Résultat Blog.Common.Contracts.CommentLike

CommentLikesLogic() public méthode

public CommentLikesLogic ( ICommentLikeRepository commentLikeRepository ) : System
commentLikeRepository ICommentLikeRepository
Résultat System

Get() public méthode

public Get ( int commentId ) : List
commentId int
Résultat List