Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Exceptions/UsuarioNoAutenticadoException.cs @ 109:6bd9be78caa0
Merge
author | Nelo@Kenia.neluz.int |
---|---|
date | Tue, 07 Jun 2011 23:21:07 -0300 |
parents | d149bfea3892 |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain.Exceptions { public class UsuarioNoAutenticadoException : Exception { } }