Update nach User-Passwort-Change

This commit is contained in:
2021-07-15 10:30:16 +02:00
parent 93e3957702
commit 1ff218a129
93 changed files with 7399 additions and 1071 deletions

View File

@@ -87,7 +87,6 @@ namespace CoreWebAPI1.Controllers
}
catch (Exception ex) { string s = ex.Message; }
});
dr["mutiert_am"] = DateTime.Now;
dbh.Update_Tabeldata();
}
@@ -104,4 +103,4 @@ namespace CoreWebAPI1.Controllers
dbh.Update_Tabeldata();
}
}
}
}