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