| 10 | |
| 11 | @Controller() |
| 12 | export class AppController { |
| 13 | constructor( |
| 14 | private readonly appService: AppService, |
| 15 | private readonly cloudBusinessPartnerService: CloudBusinessPartnerService, |
nothing calls this directly
no outgoing calls
no test coverage detected