public CurrentTransformersController(IPowerPointsService pointService)
 {
     _pointService = pointService;
 }
 public VoltageTransformersController(IPowerPointsService pointService)
 {
     _pointService = pointService;
 }
 public ElectricityMetersController(IPowerPointsService pointService)
 {
     _pointService = pointService;
 }
Exemplo n.º 4
0
 public PowerPointsController(IPowerPointsService powerPointsService)
 {
     _powerPointsService = powerPointsService;
 }