Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Domain/Identificable.cs @ 63:963b71ea6028
Repositorios con NH
author | nelopauselli |
---|---|
date | Tue, 17 May 2011 14:02:25 -0300 |
parents | 65bbcdd5d357 |
children | db4b1e2cae49 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Identificable.cs Tue May 17 01:55:19 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Domain/Identificable.cs Tue May 17 14:02:25 2011 -0300 @@ -4,6 +4,6 @@ { public class Identificable { - public Guid Id { get; private set; } + public virtual Guid Id { get; private set; } } } \ No newline at end of file