C# Class Demo.Infrastructure.Hubs.CommentHub

Inheritance: SignalR.Hubs.Hub
Afficher le fichier Open project: novanet/Fagdag16082012

Méthodes publiques

Méthode Description
CommentHub ( IDomainEvents domainEvents ) : System.Collections.Generic
GetComments ( ) : List
PostComment ( CommentViewModel commentViewModel ) : void

Method Details

CommentHub() public méthode

public CommentHub ( IDomainEvents domainEvents ) : System.Collections.Generic
domainEvents IDomainEvents
Résultat System.Collections.Generic

GetComments() public méthode

public GetComments ( ) : List
Résultat List

PostComment() public méthode

public PostComment ( CommentViewModel commentViewModel ) : void
commentViewModel CommentViewModel
Résultat void