diff Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 50:3ebe89c88caa

Agregando propiedad al Evento sobre el Usuario que lo crea o que realizó la última modificación.
author nelopauselli
date Fri, 13 May 2011 23:29:05 -0300
parents
children 3059a5f8930f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs	Fri May 13 23:29:05 2011 -0300
@@ -0,0 +1,8 @@
+using System;
+
+namespace AltNetHispano.Agendas.Domain.Exceptions
+{
+    public class IdentityContextNotConfiguredException : Exception
+    {
+    }
+}
\ No newline at end of file