Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Tests/EventoObjectMother.cs @ 21:43360bf09b1a
unificando criterio de parámetros en Agenda
author | nelo@MTEySS.neluz.int |
---|---|
date | Mon, 14 Mar 2011 21:05:19 -0300 |
parents | 05996fa19e04 |
children | 41b283d27e3e |
line wrap: on
line source
using System; using AltNetHispano.Agendas.Domain; namespace AltNetHispano.Agendas.Tests { public static class EventoObjectMother { public static Evento GetVanValidaParaPublicar() { return new Evento { Fecha = DateTime.Now, Ponente = "jjmontes" }; } } }