示例#1
0
 public HomeController()
 {
     _stateCityService = new StateCityService();
     _recordService    = new RecordService();
 }
示例#2
0
 public RecordService()
 {
     _context          = new RecordContext();
     _stateCityService = new StateCityService();
 }
示例#3
0
 public AjaxController()
 {
     _recordService    = new RecordService();
     _stateCityService = new StateCityService();
 }