Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 123:f8568f01da4d
Mejorando los mensajes en Twitter
author | nelopauselli |
---|---|
date | Tue, 28 Jun 2011 20:53:30 -0300 |
parents | 3059a5f8930f |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain.Exceptions { public class IdentityContextNotConfiguredException : Exception { } }