public EfRepository(IEfContextManager <ApplicationDbContext> contextManager)
 {
     Context = contextManager.GetContext();
 }
Beispiel #2
0
 public EfUnitOfWorkFactory(IEfContextManager <ApplicationDbContext> contextManager)
 {
     _context = contextManager.GetContext();
 }