Ejemplo n.º 1
0
 public Persona GetOneByLegajo(string legajo)
 {
     return(personaAdapter.GetOneByLegajo(legajo));
 }