Concept Flow - Dependency injection basics
Define Service Class
Register Service in Module
Inject Service into Consumer
Use Service Methods
NestJS Provides Instance Automatically
This flow shows how a service is created, registered, injected, and used automatically by NestJS.