Hi all,
I'm following an example based on ebook series
MockDb.MockDb.Persons.Where(r => r.Id == id)
I tried on my own code I can not get "Where" method from VS , could anyone tell me what I'm missing ?
thanks
Hi.. all
ANSWERED
this is a extension method of IEnumerable type from System.linq
thanks
Copyright (c) Marimer LLC