chuck-catron/nestjs-refactor-for-di icon
public
Published on 5/5/2025
nestjs refactor-for-di

Prompts
nestjs refactor-for-di
Refactor code to use NestJS dependency injection
Refactor the provided code to use NestJS constructor-based dependency injection.
      Avoid using manual instantiation (new keyword) or static classes.