Interktion im WPF erweitert
This commit is contained in:
@@ -11,6 +11,7 @@ namespace DaSaSo.Domain.Services
|
||||
Task<IEnumerable<T>> GetAll();
|
||||
Task<T> Get(int id);
|
||||
Task<T> Create(T entity);
|
||||
T CreateNonAsync(T entity);
|
||||
Task<T> Update(int id, T entity);
|
||||
Task<bool> Delete(int id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user