Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Blog/Impl/BlogPublicador.cs @ 128:1e47bf408073
Asignacion de los publicadores configurados en web.config al factory de agenda
(mediante CompositePublicador)
author | jorge.rowies |
---|---|
date | Mon, 04 Jul 2011 20:00:51 -0300 |
parents | c3573defd18f |
children |
comparison
equal
deleted
inserted
replaced
127:3700b77ed455 | 128:1e47bf408073 |
---|---|
1 using System; | 1 using System; |
2 using System.Collections.Generic; | 2 using System.Collections.Generic; |
3 using System.Configuration; | |
3 using System.Linq; | 4 using System.Linq; |
4 using AltNetHispano.Agendas.Domain; | 5 using AltNetHispano.Agendas.Domain; |
5 | 6 |
6 namespace Agendas.Blog.Impl | 7 namespace Agendas.Blog.Impl |
7 { | 8 { |