Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/CustomModelMetadataProvider/IResolverByConvention.cs @ 206:beeb06da4398
Al querés ingresar a un lugar que requiere autenticación y luego de autenticarse, vuelve a la página donde quería entrar
author | nelopauselli |
---|---|
date | Wed, 24 Aug 2011 10:38:13 -0300 |
parents | ee4e699e4551 |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Web.CustomModelMetadataProvider { public interface IResolverByConvention { string GetDisplayName(string propertyName); string GetDescription(string propertyName); Type ResourceType { get; } } }