Beispiel #1
0
 public ServicioNecesidad(TpDBContext context)
 {
     necesidadesDAO                     = new NecesidadesDAO(context);
     contexto                           = context;
     necesidadesReferenciasDao          = new NecesidadesReferenciasDao(context);
     necesidadesDonacionesInsumosDao    = new NecesidadesDonacionesInsumosDAO(context);
     necesidadesDonacionesMonetariasDAO = new NecesidadesDonacionesMonetariasDAO(context);
 }
 public ServicioNecesidadesDonacionesInsumos(TpDBContext context)
 {
     necesidadesDonacionesInsumosDAO = new NecesidadesDonacionesInsumosDAO(context);
 }