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