Can I have multiple scoped background services in Blazor Server w/o code repetition using Visual Studio Code?
We are writing our first significant Blazor Server application. This application contains two services that we have written. These services essentially run as cron jobs. One of them sends out emails shortly after midnight based on activity from the day…