If i want to use WebAPI as a service to connect to multiple databases on different servers and retrieve the data that my MVC application will use what is the best way to do it? I don't want do have ApiController(s) in the same project as my MVC project.
No comments:
Post a Comment