#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