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

Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

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

Method Details

CommentAddedForPost() public method

public CommentAddedForPost ( CommentAdded commentAdded ) : void
commentAdded Blog.Common.Contracts.ViewModels.SocketViewModels.CommentAdded
return void

CommentsHub() public method

public CommentsHub ( IErrorSignaler errorSignaler, IHttpClientHelper httpClientHelper, IConfigurationHelper configurationHelper ) : System
errorSignaler IErrorSignaler
httpClientHelper IHttpClientHelper
configurationHelper IConfigurationHelper
return System

CommentsLikeUpdate() public method

public CommentsLikeUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
commentLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.CommentLikesUpdate
return void