Пример #1
0
 public CompraService(ILongKeyedRepository<Cliente> clienteRepository)
 {
     this.clienteRepository = clienteRepository;
 }
Пример #2
0
 public OfertaService(ILongKeyedRepository<Oferta> ofertaRepository)
 {
     this._ofertaRepository = ofertaRepository;
 }
 public InfoPagamentoService(ILongKeyedRepository<InfoPagamento> infoPagamentoRepository)
 {
     this._infoPagamentoRepository = infoPagamentoRepository;
 }