Interktion im WPF erweitert
This commit is contained in:
@@ -15,6 +15,11 @@ namespace DaSaSo.InMemoryProvider
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public T CreateNonAsync(T entity)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Task<bool> Delete(int id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user