Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Repositories.NHibernate/EventoRepository.cs @ 239:717fce60f200
Se eliminió un warning que aparecía por ocultar un método.
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 05 Oct 2011 07:31:35 -0300 |
parents | 7d838e7d83b3 |
children | 5cc1681d3789 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Repositories.NHibernate/EventoRepository.cs Tue Oct 04 20:36:27 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Repositories.NHibernate/EventoRepository.cs Wed Oct 05 07:31:35 2011 -0300 @@ -17,7 +17,7 @@ Session.Delete(evento); } - public Evento Get(Guid vanId) + public new Evento Get(Guid vanId) { return Session.Get<Evento>(vanId); }