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