How to encapsulate the child libraries classes being accessed c#?
I have 3 projects.
project 1 uses reference of project 2 and project 2 uses reference of project 3.Now this is what I want.
as with above scenario project 1 can also use classes of project 3 which I not want to do so. so how I can encapsulate classes of project 3 to be used only in project 2 and not in project 1.