This change makes it easier for me to init the objects required to access the tables. Instead of needing to setup the DAO and Gateway in the code, I can just init the Service and use it to hit the table. You can still access it the old way so this is a non-disruptive change.
This change makes it easier for me to init the objects required to access the tables. Instead of needing to setup the DAO and Gateway in the code, I can just init the Service and use it to hit the table. You can still access it the old way so this is a non-disruptive change.