Split up WarehouseController to make it more manageable

Issue #942 resolved
Brian Lewis repo owner created an issue

Class is getting unwieldy as it heads up to 1000 lines.

Create a folder Warehouse under Controllers_Api

Split up warehouse into areas of functionality ; e.g. star with Accreditations, Wash, Enrolments….

These could either be new classes, or each file could be a partial class of WarehouseController?

Note that to be recognized as a Web Api controller, the class does not have to be in any particular place. - it just needs to inherit from System.Web.Http.ApiController.

Comments (1)

  1. Log in to comment