annotate 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 |
rev |
line source |
4
|
1 using System;
|
|
2 using AltNetHispano.Agendas.Domain;
|
|
3
|
|
4 namespace AltNetHispano.Agendas.Tests
|
|
5 {
|
|
6 public static class EventoObjectMother
|
|
7 {
|
12
|
8 public static Evento GetVanValidaParaPublicar()
|
|
9 {
|
|
10 return new Evento { Fecha = DateTime.Now, Ponente = "jjmontes" };
|
|
11 }
|
|
12 }
|
4
|
13 } |