Example #1
0
 public IEnumerable <Comment> Get()
 {
     return(_commentManager.GetAllComments());
 }