Creating an Initialization Method for a Database Service
When using a service, let's say I create one for a db. This ofc then needs to be initalized. is it possible to create a method which needs to be run on the service prior to other methods being available?
