I am running a business-level project in a web project. I have added a business-level recovery project on the Web. When I call a class in a BL project, I need to write this namespace twice. I do not know why this is happening.
MyCompanyName.HRHead.DataLayer.MyCompanyName.HRHead.DataLayer.User
I guess to call
MyCompanyName.HRHead.DataLayer.User
In my BL project, I defined all the class namespaces of MyCompanyName.HRHead.DataLayer
Please help me.
Thank you in advance
source share