Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Google/GooglePublicador.cs @ 0:3f7dbb633b71
Test sobre la publicación de Eventos al registrarlos en la Agenda
author | nelopauselli |
---|---|
date | Sat, 22 Jan 2011 17:13:46 -0300 |
parents | |
children | 5f007e266509 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3f7dbb633b71 |
---|---|
1 using System; | |
2 using AltNetHispano.Agendas.Domain; | |
3 | |
4 namespace Agendas.Google | |
5 { | |
6 public class GooglePublicador : IPublicador | |
7 { | |
8 public void Publicar(Evento evento) | |
9 { | |
10 throw new NotImplementedException(); | |
11 } | |
12 } | |
13 } |