comparison 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
comparison
equal deleted inserted replaced
55:39f5258ebdcf 56:65bbcdd5d357
1 using System;
2
3 namespace AltNetHispano.Agendas.Domain
4 {
5 public class Identificable
6 {
7 public Guid Id { get; private set; }
8 }
9 }