public EFUnitOfWork(EFDataContext dataContext) { _dataContext = dataContext; }
public EFUnitOfWork(EFDataContext context) { _context = context; }