Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Exceptions/UsuarioNoAutenticadoException.cs @ 62:c40b97bbed01
Verificando persistencia de Ponentes y Tracks en tests de CRUD
author | nelopauselli |
---|---|
date | Tue, 17 May 2011 01:55:19 -0300 |
parents | d149bfea3892 |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain.Exceptions { public class UsuarioNoAutenticadoException : Exception { } }