↧
Answer by Alper Ebicoglu for Third party API and IHostingEnvironment in...
use appservices for your third party integration. you cannot use web based references (eg: IHostingEnvironment) in Application or Core layer. This breaks layer isolation. you can use...
View ArticleThird party API and IHostingEnvironment in Application layer?
I have 2 queries related to the open source version of aspnetboilerplate. If I am implementing some services that will call some other third party API APIs, where do I implement those? In application...
View Article