Domain Driven Design with Web API revisited Part 16: the Web API consumer layer and the GET controller action
September 28, 2015 1 Comment
Introduction
In the previous post we built the concrete application service layer for our demo project. We saw that it was quite straightforward to implement the abstract service we inserted in the post before that.
It is time to build the top layer of the solution which will communicate with the application service. This post will be quite technical as we need to add an IoC container to the Web API project.