view Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 184:2a336a6a76b5

Agregando log al track cuando fallan los publicadores
author nelopauselli
date Mon, 08 Aug 2011 22:32:12 -0300
parents 3059a5f8930f
children
line wrap: on
line source

using System;

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