Perform Master Detail CRUD operations in AspNet Core (Part 3)

In the previous part of this article series you created the TeamsController that performs CRUD operations on the Teams table. In this part you will continue to develop the app by creating TeamMembersController. The TeamMembersController performs CRUD operations on the TeamMembers table. Begin by adding TeamMembersController class into the Controllers folder. The following figure shows both the controllers in the Controllers folder.

http://www.binaryintellect.net/articles/449860fb-c1c9-4cdc-9719-da7f1715b806.aspx