コード例 #1
0
 public int obtenerUltimoId()
 {
     return(Convert.ToInt32(oTipoDocumentoDAO.ObtenerUltimo("idTipoDoc", "TipoDocumento")));
 }