view Agendas/trunk/src/Agendas.Domain/Identificable.cs @ 89:24e9488ac152

mapeo de property UrlInvitacion entre viewmodel y entity
author jorge.rowies
date Tue, 31 May 2011 16:31:24 -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; }
	}
}