Ejemplo n.º 1
0
 public void IncreaseRecettePrix(string recette, float prix)
 {
     m_clientSQL.IncreaseRecettePrix("'" + recette + "'", prix);
 }