示例#1
0
 public List <Comment> GetAllComments()
 {
     return(_repo.GetAllComments());
 }