Ejemplo n.º 1
0
 public BE_PERSONAL SeleccionarPersonalPorCodigo(String Codigo)
 {
     return(BL_PERSONAL.SeleccionarPersonalPorCodigo(Codigo));
 }