Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/Exceptions/BlogWriterMasterKeyNotFoundException.cs @ 298:9bc60d166c8a
Se corrigieron los tests por el cambio de Patrocinador, para que no persista el logo en disco.
Se comentó el código de PatrocinadorApiController, que no se utiliza.
author | juanjose.montesdeocaarbos |
---|---|
date | Sun, 19 Feb 2012 16:00:38 -0300 |
parents | 3027c64344bd |
children |
line wrap: on
line source
using System; namespace Agendas.Blog.Exceptions { public class BlogWriterMasterKeyNotFoundException : Exception { public BlogWriterMasterKeyNotFoundException() : base("Key 'PublicadorBlog.BlogWriterMasterKey' not found in appSettings") { } } }