C# 클래스 Demo.Infrastructure.Hubs.CommentHub

상속: SignalR.Hubs.Hub
파일 보기 프로젝트 열기: novanet/Fagdag16082012

공개 메소드들

메소드 설명
CommentHub ( IDomainEvents domainEvents ) : System.Collections.Generic
GetComments ( ) : List
PostComment ( CommentViewModel commentViewModel ) : void

메소드 상세

CommentHub() 공개 메소드

public CommentHub ( IDomainEvents domainEvents ) : System.Collections.Generic
domainEvents IDomainEvents
리턴 System.Collections.Generic

GetComments() 공개 메소드

public GetComments ( ) : List
리턴 List

PostComment() 공개 메소드

public PostComment ( CommentViewModel commentViewModel ) : void
commentViewModel CommentViewModel
리턴 void