view Agendas/trunk/src/Agendas.Domain/Identificable.cs @ 56:65bbcdd5d357

Pasando la responsabilidad de generar el Id al repositorio
author nelopauselli
date Mon, 16 May 2011 20:15:05 -0300
parents
children 963b71ea6028
line wrap: on
line source

using System;

namespace AltNetHispano.Agendas.Domain
{
	public class Identificable
	{
		public Guid Id { get; private set; }
	}
}