comparison Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs @ 112:0bca45e1e664

Pantalla de Perfil donde se puede asociar la cuenta de twitter al usuario existente
author Nelo@Kenia.neluz.int
date Sat, 11 Jun 2011 01:20:59 -0300
parents 80c22175c9b5
children 53bcd338542b
comparison
equal deleted inserted replaced
111:90ce239cfa6d 112:0bca45e1e664
4 using System.Web.Mvc; 4 using System.Web.Mvc;
5 using DataAnnotationsExtensions; 5 using DataAnnotationsExtensions;
6 6
7 namespace AltNetHispano.Agendas.Web.Models 7 namespace AltNetHispano.Agendas.Web.Models
8 { 8 {
9 public class EventoIndexModel 9 public class EventoIndexModel
10 { 10 {
11 public IEnumerable<EventoDto> ProximosEventos { get; set; } 11 public IEnumerable<EventoDto> ProximosEventos { get; set; }
12 } 12 }
13 13
14 public class EventoNewModel 14 public class EventoNewModel