diff Agendas/trunk/src/Agendas.Repositories.Tests/Infraestructure/MemoryInfraestrutureFactory.cs @ 274:72a96459f910

Ticket #123: Patrocinadores de las vans.
author juanjose.montesdeocaarbos
date Wed, 30 Nov 2011 08:56:01 -0300
parents 68b09c30b0d2
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Repositories.Tests/Infraestructure/MemoryInfraestrutureFactory.cs	Tue Nov 29 07:56:23 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Repositories.Tests/Infraestructure/MemoryInfraestrutureFactory.cs	Wed Nov 30 08:56:01 2011 -0300
@@ -17,6 +17,11 @@
 			return new PersonaRepository();
 		}
 
+		public IPatrocinadorRepository GetPatrocinadorRepository()
+		{
+			return new PatrocinadorRepository();
+		}
+
 		public Func<IDisposable> GetRequestEmulator()
 		{
 			return () => new Mock<IDisposable>().Object;