Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Google/GooglePublicador.cs @ 89:24e9488ac152
mapeo de property UrlInvitacion entre viewmodel y entity
author | jorge.rowies |
---|---|
date | Tue, 31 May 2011 16:31:24 -0300 |
parents | 26d0513a8410 |
children | 0ea32a748453 |
line wrap: on
line source
using System; using System.Collections.Generic; using AltNetHispano.Agendas.Domain; namespace AltNetHispano.Agendas.Google { public class GooglePublicador : IPublicador { public void Publicar(IEnumerable<Track> tracks) { throw new NotImplementedException(); } } }