mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 00:59:02 +00:00
#352- Unit Of Work : Added commit contract in Unit of work.
This commit is contained in:
@@ -34,4 +34,6 @@ public interface IUnitOfWork<T> {
|
||||
|
||||
public void registerDeleted(T entity);
|
||||
|
||||
public void commit();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user