Open janschmidmaier50 opened 1 year ago
When one wants to create a controller for a CamelCased BL (e.g. BookShelf), the private field for the BL within the controller is calle _bookShelfBL. But the usage within the actions is called _bookshelfBL (have a look at the 's')
_bookShelfBL
_bookshelfBL
we need to test if this is still the case
When one wants to create a controller for a CamelCased BL (e.g. BookShelf), the private field for the BL within the controller is calle
_bookShelfBL
. But the usage within the actions is called_bookshelfBL
(have a look at the 's')