1
Answer

How Seperates Bussiness logic and Http Calls in WEB API?

Photo of Atul Patil

Atul Patil

8y
581
1
I want to call my GetWidgetByTempId method from another class.So how can i do that?
I want to seperate out all Http calls in seperate class and Business logic in another class. 

Answers (1)