public HomeController()
 {
     _stateCityService = new StateCityService();
     _recordService    = new RecordService();
 }
Beispiel #2
0
 public RecordService()
 {
     _context          = new RecordContext();
     _stateCityService = new StateCityService();
 }
 public AjaxController()
 {
     _recordService    = new RecordService();
     _stateCityService = new StateCityService();
 }