Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Identificable.cs @ 227:11545cc95491
Mostrar todos los ponentes en el histórico
author | nelopauselli |
---|---|
date | Wed, 28 Sep 2011 08:57:34 -0300 |
parents | db4b1e2cae49 |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain { public abstract class Identificable { public virtual Guid Id { get; private set; } } }