Ohne Syncfusion
This commit is contained in:
@@ -46,6 +46,7 @@ namespace SewerStammGen.EntityFramework.Services.Common
|
||||
{
|
||||
using SewerStammGenDbContext context = _contextFactory.CreateDbContext();
|
||||
entity.Id = id;
|
||||
|
||||
context.Set<T>().Update(entity);
|
||||
await context.SaveChangesAsync();
|
||||
return entity;
|
||||
|
||||
Reference in New Issue
Block a user