C# Class Blog.Web.Api.Helper.Hub.CommentsHub

Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
CommentAddedForPost ( CommentAdded commentAdded ) : void
CommentsHub ( IErrorSignaler errorSignaler, IHttpClientHelper httpClientHelper, IConfigurationHelper configurationHelper ) : System
CommentsLikeUpdate ( CommentLikesUpdate commentLikesUpdate ) : void

Method Details

CommentAddedForPost() public méthode

public CommentAddedForPost ( CommentAdded commentAdded ) : void
commentAdded Blog.Common.Contracts.ViewModels.SocketViewModels.CommentAdded
Résultat void

CommentsHub() public méthode

public CommentsHub ( IErrorSignaler errorSignaler, IHttpClientHelper httpClientHelper, IConfigurationHelper configurationHelper ) : System
errorSignaler IErrorSignaler
httpClientHelper IHttpClientHelper
configurationHelper IConfigurationHelper
Résultat System

CommentsLikeUpdate() public méthode

public CommentsLikeUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
commentLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.CommentLikesUpdate
Résultat void