Ejemplo n.º 1
0
 public string[] GetAllValidProduitNom(string recette)
 {
     return(m_clientSQL.GetAllValidProduit("'" + recette + "'"));
 }