Exemple #1
0
 public string SetCommon(Saving saving)
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
     var status = mysqlhelper.SetCommon(saving);
     return status;
 }