view Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 61:cb3f7b47c1f0

Relación de Ponente a Eventos de los que es el ponente.
author nelopauselli
date Tue, 17 May 2011 01:27:03 -0300
parents 3059a5f8930f
children
line wrap: on
line source

using System;

namespace AltNetHispano.Agendas.Domain.Exceptions
{
	public class IdentityContextNotConfiguredException : Exception
	{
	}
}