Exemple #1
0
 public string CheckPassword([FromBody]Card card)
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
       return   mysqlhelper.CheckSavingAccount(ref card).Status;
 }