Make sure you have read and completed the previous part of this series before you begin. In the previous part, I created the web service and added support for handling HTTP GET requests. In this part, I will complete the implementation of generic repositories and controllers. Creating a Repository Pattern Updating Models in ServerApp…