Esempio n. 1
0
 public CdmaCellDumpService(ICdmaCellRepository cellRepository, ICdmaRruRepository rruRepository)
 {
     _cellRepository = cellRepository;
     _rruRepository  = rruRepository;
 }
Esempio n. 2
0
 public CdmaCellDumpService(ICdmaCellRepository cellRepository, ICdmaRruRepository rruRepository)
 {
     _cellRepository = cellRepository;
     _rruRepository = rruRepository;
 }