コード例 #1
0
 private DataTable datosCertificaciones(int idCandidato)
 {
     CertificacionesBLL certi = new CertificacionesBLL();
     return certi.selectCertifi(idCandidato, ref oerro);
 }