public OrderController(UserResolver userResolver, RozkazDatabaseContext rozkazDatabaseContext, OrderPdfService orderPdfService) { this.userResolver = userResolver; db = rozkazDatabaseContext; this.orderPdfService = orderPdfService; }
public HomeController(OrderPdfService orderPdfService) { this.orderPdfService = orderPdfService; }