Exemple #1
0
 public MachineService(Context context)
 {
     _machineRepository     = new MachineRepository(context);
     _machineTypeService    = new MachineTypeService(context);
     _productionLineService = new ProductionLineService(context, this);
 }
Exemple #2
0
 public FactoryOverviewService(Context context)
 {
     _productionLineService = new ProductionLineService(context);
 }