Beispiel #1
0
 public List<Persona> Listar()
 {
     return PersonaDAL.Listar();
 }