Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 7, 2024
1 parent fe2973c commit 033702f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,4 @@ public void Where_With_Select()
var first = result.First();
first.Value<string>().Should().Be("Doe");
}

private class PhoneNumber
{
public int Number { get; set; }
}
}

0 comments on commit 033702f

Please sign in to comment.