I was wondering when I should create a service for my blazor server-side app and inject it into the razor components.
What is the difference between a service and a simple class? When should I use a service to get my data instead of a static class method?
Best Marvin