Example #1
0
 /// <summary>
 /// Child must return the unit of work at the end of this method.
 /// </summary>
 protected virtual IUnitOfWork CreateUnitOfWork(IDataContext dataContext)
 {
     return dataContext.CreateUnitOfWork();
 }