register abstract method
Registers all actions in this Azure function.
This method is called by the service and must be overriden in child classes.
Implementation
void register();
Registers all actions in this Azure function.
This method is called by the service and must be overriden in child classes.
void register();