コード例 #1
0
ファイル: savingController.cs プロジェクト: heavenlw/Ebank
 public string SetCommon(Saving saving)
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
     var status = mysqlhelper.SetCommon(saving);
     return status;
 }