Maybe this is a beginner question but I can't see the answer. So I'm build a web api that is going to consume 2 web services and the perfect case scenario would be the absence of mapping request and response objects. Is there anyway to share the same interface between the webapi and the 2 webservices?
This is in .net environment, webapi is being built in MVC.