public EfUnitOfWork(IRepositoryContextAsync context) { _context = context; _efContext = _context as EfContext; }
public Repository(IRepositoryContextAsync context) { _context = context; _dbContext = context as EfContext; }