This is the Microservice in ASP.NET web API that was built to handle the Photo's workload:
It is the API for my repository PhotoGallery.
More precisely, this Microservice handles the Photo's requests (Posts, etc):
The code coverage for this API is 100% in the following modules: Controller and Model
There is no View since the interface is into my PhotoGallery mentioned earlier