예제 #1
0
 public MetodologiasController()
 {
     db          = TpIntegradorDbContext.GetInstance();
     condService = new CondicionesService(db);
     metService  = new MetodologiasService(db);
     empService  = new EmpresasService(db);
 }
예제 #2
0
 public CondicionesController()
 {
     db = TpIntegradorDbContext.GetInstance();
     condicionesService = new CondicionesService(db);
     indService         = new IndicadoresService(db);
 }