コード例 #1
0
ファイル: WinDumpController.cs プロジェクト: ouyh18/LteTools
 public WinDumpController()
 {
     BtsRepository = new EFBtsRepository();
     CdmaCellRepository = new EFCdmaCellRepository();
     CellRepository = new EFCellRepository();
     ENodebRepository = new EFENodebRepository();
     TownRepository = new EFTownRepository();
 }
コード例 #2
0
 public WinDumpController()
 {
     BtsRepository      = new EFBtsRepository();
     CdmaCellRepository = new EFCdmaCellRepository();
     CellRepository     = new EFCellRepository();
     ENodebRepository   = new EFENodebRepository();
     TownRepository     = new EFTownRepository();
 }