Beispiel #1
0
 public List <Comment> GetAll()
 {
     return(_commentDal.List());
 }