Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Domain/Exceptions/UsuarioNoAutenticadoException.cs @ 115:7a2eeb9e9bf9
Crear cuenta interna asociada
author | Nelo@Kenia.neluz.int |
---|---|
date | Sun, 12 Jun 2011 01:40:09 -0300 |
parents | d149bfea3892 |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Domain.Exceptions { public class UsuarioNoAutenticadoException : Exception { } }