Esempio n. 1
0
 public FraudNotice()
 {
     conn   = new MySqlConnection(ConfigurationManager.AppSettings["ConnString"]);
     NParse = new nParse();
 }