Beispiel #1
0
 public UnitOfWork(IDbContextFactory <TContext> dataContextFactory)
 {
     DbContext = dataContextFactory.GetDataContext();
 }