MCPcopy Create free account
hub / github.com/codeedu/imersaofc5 / constructor

Method constructor

nestjs/src/orders/orders.controller.ts:23–23  ·  view source on GitHub ↗
(private readonly ordersService: OrdersService)

Source from the content-addressed store, hash-verified

21@Controller('orders')
22export class OrdersController {
23 constructor(private readonly ordersService: OrdersService) {}
24
25 @Post()
26 create(@Body() createOrderDto: CreateOrderDto) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected