Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 179:1deccd6c3cb2
Aplicando seguridad x roles en sitio web
author | nelopauselli |
---|---|
date | Mon, 08 Aug 2011 15:24:26 -0300 |
parents | 3059a5f8930f |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain.Exceptions { public class IdentityContextNotConfiguredException : Exception { } }