Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 410 Bytes

File metadata and controls

8 lines (5 loc) · 410 Bytes

Web Api with Generic controllers example

Abstract 'GenericFixtureControllerBase.cs' controller has a rough CRUD implementation. An empty controller inheriting from the generic base is needed for each concrete entity: 'FootballFixtureController.cs', 'TennisFixtureController.cs'.

See 'WebApiWithGenericsExample.postman_collection.json' for an example of PostMan requests