#352- Unit Of Work : Added commit contract in Unit of work.
This commit is contained in:
parent
8a53a2626e
commit
acc2fad818
@ -34,4 +34,6 @@ public interface IUnitOfWork<T> {
|
|||||||
|
|
||||||
public void registerDeleted(T entity);
|
public void registerDeleted(T entity);
|
||||||
|
|
||||||
|
public void commit();
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user