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