Beispiel #1
0
 public int registrarSocio(DTO_Socio dto)
 {
     return(dao.registrarSocio(mapSocio.getSocio(dto)));
 }