public TimelineMessageProjection(UserId ownerId, ReplyMessagePublished evt)
     : this(ownerId, evt.Replier, evt.ReplyContent, evt.ReplyId)
 {
 }
Exemplo n.º 2
0
 public MessageDescription(ReplyMessagePublished evt)
     : this(evt.Replier, evt.ReplyContent)
 {
 }