예제 #1
0
 public VoltLevelService(IBranchRepository branchRepository, ISubstationRepository substationRepository)
 {
     _branchRepository     = branchRepository;
     _substationRepository = substationRepository;
 }
예제 #2
0
 public SubstationService(ISubstationRepository substationRepository, IMapper mapper)
 {
     _substationRepository = substationRepository;
     _mapper = mapper;
 }