Esempio n. 1
0
 public HomeController()
 {
     _stateCityService = new StateCityService();
     _recordService    = new RecordService();
 }
Esempio n. 2
0
 public RecordService()
 {
     _context          = new RecordContext();
     _stateCityService = new StateCityService();
 }
Esempio n. 3
0
 public AjaxController()
 {
     _recordService    = new RecordService();
     _stateCityService = new StateCityService();
 }