Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 227:11545cc95491
Mostrar todos los ponentes en el histórico
author | nelopauselli |
---|---|
date | Wed, 28 Sep 2011 08:57:34 -0300 |
parents | 3059a5f8930f |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain.Exceptions { public class IdentityContextNotConfiguredException : Exception { } }