I have a generic repository, in particular, the GetbyId method, in which I want to change it to return a result with AsNoTracking or No, as needed. How do I do this?
My Interface:
TEntity GetById(int id, bool @readonly = false...
asked by
23.08.2018 / 18:43