예제 #1
0
 public ServicioDenuncia(TpDBContext context)
 {
     denunciasDao      = new DenunciasDao(context);
     servicioNecesidad = new ServicioNecesidad(context);
     necesidadesDAO    = new NecesidadesDAO(context);
 }
 public ServicioUsuario(TpDBContext context)
 {
     usuarioDao     = new UsuarioDao(context);
     necesidadesDAO = new NecesidadesDAO(context);
     denunciasDao   = new DenunciasDao(context);
 }