public static bool ModifierFlux(Flux unFlux) { return(FluxDAO.UpdateFlux(unFlux)); }
public static void UpdateFlux(Flux unFlux, SqlConnection myConnection) { FluxDAO.UpdateFlux(unFlux, myConnection); }