Beispiel #1
0
 public string CreateUser([FromBody]User users)
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
        string data =   mysqlhelper.CheckServoceCode(users);
       var succ=  mysqlhelper.UpdateTheUser(users);
     return data;
 }