Pas de chaînage
Repository.GetAllById(24).Where(p => p.Country == "Canada").Select(p => p.UniqueIdentifier).ToList() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repository.GetAllById(24).Where(p => p.Country == "Canada").Select(p => p.UniqueIdentifier).ToList() |