Interktion im WPF erweitert
This commit is contained in:
@@ -27,6 +27,11 @@ namespace DaSaSo.EntityFramework.Services
|
||||
return await _nonQueryDataService.Create(entity);
|
||||
}
|
||||
|
||||
public Client CreateNonAsync(Client entity)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public async Task<bool> Delete(int id)
|
||||
{
|
||||
return await _nonQueryDataService.Delete(id);
|
||||
|
||||
Reference in New Issue
Block a user