Dmitry Kotov

Results 1 issues of Dmitry Kotov

So I'm trying to do next: ``` c# repository.Contacts .Where(c => c.ContactNumber == "Foo" || c.Name == "Bar") .ToList(); ``` and when I check results I see that only one...