public FeedComment(Guid author)
 {
     Author = Helper.GetUser(author);
 }
Exemple #2
0
 public FeedComment(Guid author)
 {
     Author = Helper.GetUser(author);
 }