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