コード例 #1
0
 //Modificar niño
 public Boolean update(Childe childe)
 {
     return(admindao.update(childe));
 }