Haltungedit erweitert

This commit is contained in:
2023-04-11 15:57:22 +02:00
parent 7999b7ffd0
commit d9e3fdb793
7 changed files with 108 additions and 10 deletions

View File

@@ -62,9 +62,9 @@ namespace SewerStammGen.EntityFramework.Services
throw new NotImplementedException();
}
public Task<Kanal> Update(int id, Kanal entity)
public async Task<Kanal> Update(int id, Kanal entity)
{
throw new NotImplementedException();
return await _nonQueryDataService.Update(id, entity);
}
}
}