public CdmaCellDumpService(ICdmaCellRepository cellRepository, ICdmaRruRepository rruRepository)
 {
     _cellRepository = cellRepository;
     _rruRepository  = rruRepository;
 }
 public CdmaCellDumpService(ICdmaCellRepository cellRepository, ICdmaRruRepository rruRepository)
 {
     _cellRepository = cellRepository;
     _rruRepository = rruRepository;
 }