Example #1
0
 public string[] GetAllRecetteNom()
 {
     return(m_clientSQL.GetAllValues("recette", "nom"));
 }