Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Domain/Repositories/IEventoRepository.cs @ 2:c03560ae4762
Test de Crud para la agenda
author | nelopauselli |
---|---|
date | Sat, 22 Jan 2011 20:21:31 -0300 |
parents | 6bb4ab4c0611 |
children | 05996fa19e04 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Repositories/IEventoRepository.cs Sat Jan 22 19:50:32 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Domain/Repositories/IEventoRepository.cs Sat Jan 22 20:21:31 2011 -0300 @@ -18,4 +18,12 @@ { Cafe Get(Guid vanId); } + + public interface IAgendaRepository + { + void Save(Agenda agenda); + void Delete(Agenda agenda); + void Update(Agenda agenda); + Agenda Get(Guid agendaId); + } } \ No newline at end of file