Haltungedit erweitert
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user