Hi Bobby,
in the production code I have also:
IQueryable<T> FindAll(ISpecification<T> specification);
T FindOne(ISpecification<T> specification);
methods.
Actualy the production code is slightly different so I need some refactor before posting it to
github.com
I'll put this code in my fork very soon.
Bye
makka