Hi,
I really like the look of this IRepository solution and was having a play but I have one question.
Is it possible to inject the IRepository<T> class at the point it is created inside the UnitOfWork, rather than being hard coded to the Repository<T>?
I have been trying but not been able to find a way to do it?
Cheers.
I really like the look of this IRepository solution and was having a play but I have one question.
Is it possible to inject the IRepository<T> class at the point it is created inside the UnitOfWork, rather than being hard coded to the Repository<T>?
I have been trying but not been able to find a way to do it?
Cheers.