예제 #1
0
 public CdmaCellDumpService(ICdmaCellRepository cellRepository, ICdmaRruRepository rruRepository)
 {
     _cellRepository = cellRepository;
     _rruRepository  = rruRepository;
 }
예제 #2
0
 public CdmaCellDumpService(ICdmaCellRepository cellRepository, ICdmaRruRepository rruRepository)
 {
     _cellRepository = cellRepository;
     _rruRepository = rruRepository;
 }