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