public void BeforeFirst() { _scan1.BeforeFirst(); _scan1.Next(); _scan2.BeforeFirst(); }
public void BeforeFirst() => _scan.BeforeFirst();