Example #1
0
 public IUnitOfWork Create()
 {
     try
     {
         return(new UnitOfWork(new D2DQuestDbContext(_provider.GetConnectionStringOrItName())));
     }
     catch (Exception exc)
     {
         throw new DbException(exc);
     }
 }