Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Controllers/AgendaController.cs @ 15:08b9e96132a5
Persistimos los eventos de la agenda
author | nelo@MTEySS.neluz.int |
---|---|
date | Mon, 14 Mar 2011 00:14:09 -0300 |
parents | ed6d842abf42 |
children | 74eb4577d447 |
comparison
equal
deleted
inserted
replaced
14:ed6d842abf42 | 15:08b9e96132a5 |
---|---|
1 using System; | 1 using System; |
2 using System.Collections.Generic; | 2 using System.Collections.Generic; |
3 using System.Linq; | 3 using System.Linq; |
4 using System.Web.Mvc; | 4 using System.Web.Mvc; |
5 using Agendas.Factories; | |
5 using Agendas.Web.Models; | 6 using Agendas.Web.Models; |
6 using AltNetHispano.Agendas.Domain; | 7 using AltNetHispano.Agendas.Domain; |
7 using AltNetHispano.Agendas.Domain.Exceptions; | 8 using AltNetHispano.Agendas.Domain.Exceptions; |
8 | 9 |
9 namespace Agendas.Web.Controllers | 10 namespace Agendas.Web.Controllers |