Revin400 / Software-construction-process-and-tools

In deze cursus leer je als software engineer automatiseren om softwareontwikkeling te verbeteren. Samen met je team documenteer en test je bestaande software. Vervolgens automatiseer je via CI/CD om te garanderen dat aanpassingen blijven werken. Daarna ga je de software uitbreiden of optimaliseren.
4 stars 0 forks source link

V1 v2 controller scheiding #24

Closed makayru closed 1 week ago

makayru commented 1 week ago

This pull request involves adding a new namespace and using directive to multiple controller files in the Warehousing/DataControllers_v1 and Warehousing/DataControllers_v2 directories. These changes are aimed at improving code organization and modularity.

Namespace and Using Directive Additions:

Additionally, closing braces were added to several methods to ensure proper code structure and syntax.