diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Agendas/trunk/src/Agendas.Domain/Identificable.cs	Mon May 16 20:15:05 2011 -0300
@@ -0,0 +1,9 @@
+using System;
+
+namespace AltNetHispano.Agendas.Domain
+{
+	public class Identificable
+	{
+		public Guid Id { get; private set; }
+	}
+}
\ No newline at end of file