view Agendas/trunk/src/Agendas.Domain/Exceptions/IdentityContextNotConfiguredException.cs @ 98:4895116b8232

subida del web service para escribir posts en el blog del portal
author jorge.rowies
date Sat, 04 Jun 2011 14:10:21 -0300
parents 3059a5f8930f
children
line wrap: on
line source

using System;

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