comparison Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 54:3059a5f8930f

Code cleanup
author nelopauselli
date Sat, 14 May 2011 13:01:24 -0300
parents 3ebe89c88caa
children
comparison
equal deleted inserted replaced
53:d149bfea3892 54:3059a5f8930f
1 using System; 1 using System;
2 2
3 namespace AltNetHispano.Agendas.Domain.Exceptions 3 namespace AltNetHispano.Agendas.Domain.Exceptions
4 { 4 {
5 public class IdentityContextNotConfiguredException : Exception 5 public class IdentityContextNotConfiguredException : Exception
6 { 6 {
7 } 7 }
8 } 8 }