Esempio n. 1
0
 public VoltLevelService(IBranchRepository branchRepository, ISubstationRepository substationRepository)
 {
     _branchRepository     = branchRepository;
     _substationRepository = substationRepository;
 }
Esempio n. 2
0
 public SubstationService(ISubstationRepository substationRepository, IMapper mapper)
 {
     _substationRepository = substationRepository;
     _mapper = mapper;
 }