diff Agendas/trunk/src/Agendas.Repositories.Tests/Infraestructure/IInfraestrutureFactory.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/IInfraestrutureFactory.cs	Tue Nov 29 07:56:23 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Repositories.Tests/Infraestructure/IInfraestrutureFactory.cs	Wed Nov 30 08:56:01 2011 -0300
@@ -7,6 +7,7 @@
 	{
 		IEventoRepository GetEventoRepository();
 		IPersonaRepository GetPonenteRepository();
+		IPatrocinadorRepository GetPatrocinadorRepository();
 		Func<IDisposable> GetRequestEmulator();
 	}
 }
\ No newline at end of file