Example #1
0
 public Comment Activate(Comment entity)
 {
     return(repository.Activate(entity));
 }