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