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

Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
PostsHub ( IErrorSignaler errorSignaler, IHttpClientHelper httpClientHelper, IConfigurationHelper configurationHelper ) : System
PushPostLikes ( PostLikesUpdate postLikesUpdate ) : void

Method Details

PostsHub() public méthode

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

PushPostLikes() public méthode

public PushPostLikes ( PostLikesUpdate postLikesUpdate ) : void
postLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.PostLikesUpdate
Résultat void