Ejemplo n.º 1
0
 public List <BE_PERSONAL> SeleccionarPersonalPorPuesto(Guid puesto_id)
 {
     return(BL_PERSONAL.SeleccionarPersonalPorPuesto(puesto_id));
 }