Esempio n. 1
0
 public int registrarPersonas(BE_Personas dtper)
 {
     return(objPersonasDAO.registrarPersonas(dtper));
 }