Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Blog/Impl/PostWriter.cs @ 94:db4b1e2cae49
Cambio del nombre de la clase Ponente a Persona
Se agrega la clase Cuenta para identificar cada una de las cuentas con que se puede autenticar una persona
Alta Automatica de cuentas de twitter creando la persona
author | Nelo@Kenia.neluz.int |
---|---|
date | Sat, 04 Jun 2011 12:11:17 -0300 |
parents | bc46e7426c80 |
children | cc91817a4206 |
comparison
equal
deleted
inserted
replaced
93:65f0b3d70c18 | 94:db4b1e2cae49 |
---|---|
17 | 17 |
18 protected abstract string GetTitle(Evento evento); | 18 protected abstract string GetTitle(Evento evento); |
19 | 19 |
20 protected string GetNombreUsuario(Evento evento) | 20 protected string GetNombreUsuario(Evento evento) |
21 { | 21 { |
22 return evento.Tracks.Single(t => t.Accion == Accion.Publicar).Usuario; | 22 return evento.Tracks.Single(t => t.Accion == Accion.Publicar).Usuario.Nombre; |
23 } | 23 } |
24 | 24 |
25 protected void ExecuteService(string title, string body) | 25 protected void ExecuteService(string title, string body) |
26 { | 26 { |
27 //TODO: invocar al web service | 27 //TODO: invocar al web service |