Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Models/PersonaModel.cs @ 257:730b80afa70d
Ticket #191: Perfil de Usuarios
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 19 Oct 2011 09:19:20 -0300 |
parents | 222362c29416 |
children | e6c041d8e1bf |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Models/PersonaModel.cs Tue Oct 18 07:26:59 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Models/PersonaModel.cs Wed Oct 19 09:19:20 2011 -0300 @@ -52,4 +52,22 @@ public Guid Id { get; set; } public string Nombre { get; set; } } + + public class PersonaViewModel + { + [HiddenInput(DisplayValue = false)] + public string Id { get; set; } + + [HiddenInput] + public string Nombre { get; set; } + + [HiddenInput] + public string Twitter { get; set; } + + [HiddenInput] + public string EMail { get; set; } + + [HiddenInput] + public string Blog { get; set; } + } } \ No newline at end of file