This commit is contained in:
TheXamlGuy
2024-05-24 08:21:49 +01:00
parent e82fa8d05f
commit 12d1392207
90 changed files with 146 additions and 168 deletions
+2 -4
View File
@@ -27,8 +27,7 @@ public class EditItemHander(IDbContextFactory<ContainerDbContext> dbContextFacto
{
result.Name = name;
await context.SaveChangesAsync(cancellationToken);
}
}
}, cancellationToken);
if (result is not null)
@@ -38,10 +37,9 @@ public class EditItemHander(IDbContextFactory<ContainerDbContext> dbContextFacto
}
catch
{
}
}
return false;
}
}
}