public ProductionLinesController(IProductionLineService productionLineService) { _productionLineService = productionLineService ?? throw new ArgumentNullException(nameof(productionLineService)); }
public ProductionLineController(IProductionLineService productionLineService) { _productionLineService = productionLineService; }