Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 154:2233039ac2eb
Unificando vistas
author | Nelo@Guinea.neluz.int |
---|---|
date | Wed, 03 Aug 2011 01:02:42 -0300 |
parents | 3059a5f8930f |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain.Exceptions { public class IdentityContextNotConfiguredException : Exception { } }