コード例 #1
0
 public float GetProduitCommande(string nom)
 {
     return(m_clientSQL.GetQuantiteCommande("'" + nom + "'"));
 }