Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Identificable.cs @ 57:3d9e6d56d903
Refactoring del track de cambios de un evento
author | nelopauselli |
---|---|
date | Mon, 16 May 2011 20:23:31 -0300 |
parents | 65bbcdd5d357 |
children | 963b71ea6028 |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain { public class Identificable { public Guid Id { get; private set; } } }