C# Class Demo.Infrastructure.Hubs.CommentHub

Inheritance: SignalR.Hubs.Hub
Mostrar archivo Open project: novanet/Fagdag16082012

Public Methods

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

Method Details

CommentHub() public method

public CommentHub ( IDomainEvents domainEvents ) : System.Collections.Generic
domainEvents IDomainEvents
return System.Collections.Generic

GetComments() public method

public GetComments ( ) : List
return List

PostComment() public method

public PostComment ( CommentViewModel commentViewModel ) : void
commentViewModel CommentViewModel
return void