示例#1
0
 public static bool ModifierFlux(Flux unFlux)
 {
     return(FluxDAO.UpdateFlux(unFlux));
 }
 public static void UpdateFlux(Flux unFlux, SqlConnection myConnection)
 {
     FluxDAO.UpdateFlux(unFlux, myConnection);
 }