comparison 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
comparison
equal deleted inserted replaced
273:a7420f05716a 274:72a96459f910
5 { 5 {
6 public interface IInfraestrutureFactory 6 public interface IInfraestrutureFactory
7 { 7 {
8 IEventoRepository GetEventoRepository(); 8 IEventoRepository GetEventoRepository();
9 IPersonaRepository GetPonenteRepository(); 9 IPersonaRepository GetPonenteRepository();
10 IPatrocinadorRepository GetPatrocinadorRepository();
10 Func<IDisposable> GetRequestEmulator(); 11 Func<IDisposable> GetRequestEmulator();
11 } 12 }
12 } 13 }