Beispiel #1
0
 public List <Person> GetList()
 {
     return(_personDal.List());
 }