Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Identificable.cs @ 70:c7264bfc4b71
agregado de properties en clase Evento (UrlInvitacion, UrlWiki, NumeroOrden)
modificaciones en proyecto Agendas.Blog
modificacion de viewmodel EventoModel - agregado de UrlInvitacion (no requerido)
author | jorge.rowies |
---|---|
date | Fri, 20 May 2011 12:21:07 -0300 |
parents | 963b71ea6028 |
children | db4b1e2cae49 |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain { public class Identificable { public virtual Guid Id { get; private set; } } }