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