I need to call PdfService.PrintOrderToPdf() method from the CheckoutController, but the PdfService instance does not exist there. When I try to instantiate PdfService it's constructor requires other service instances which do not exist in there either.


Any help will be much appreciated.