This commit is contained in:
2021-02-09 20:17:06 +00:00
parent 42802e7477
commit bfdf3454e6
30 changed files with 167 additions and 42 deletions

View File

@@ -359,6 +359,7 @@ namespace AyaNova.Biz
//
internal async Task<User> PutAsync(User putObject)
{
//todo: update to use the new PUT methodology
var dbObject = await GetAsync(putObject.Id, false);
if (dbObject == null)
{