Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Domain/Repositories/IEventoRepository.cs @ 209:a36a76bd6ec3
Se soluciona ticket 173. Se agrega eliminación de personas siempre y cuando no esté asociada a ninguna van.
author | alabra |
---|---|
date | Wed, 24 Aug 2011 19:27:30 -0300 |
parents | b74734a1a755 |
children | 7d838e7d83b3 |
comparison
equal
deleted
inserted
replaced
208:607384590bf8 | 209:a36a76bd6ec3 |
---|---|
10 IList<Evento> GetByState(EventoState state); | 10 IList<Evento> GetByState(EventoState state); |
11 IList<Evento> GetActivos(); | 11 IList<Evento> GetActivos(); |
12 Evento GetPropuestaByTitulo(string titulo); | 12 Evento GetPropuestaByTitulo(string titulo); |
13 void Save(Evento evento); | 13 void Save(Evento evento); |
14 void Update(Evento evento); | 14 void Update(Evento evento); |
15 bool ExistePonente(Persona ponente); | |
15 } | 16 } |
16 } | 17 } |