Example #1
0
 public void AddComment(Comment comment)
 {
     _accountRepo.AddComment(comment);
 }