Exemplo n.º 1
0
 public ProductService(IProductCache cache, IProductRepository repository, IMsmqHelper msmq) : base(msmq)
 {
     _cache      = cache;
     _repository = repository;
 }
Exemplo n.º 2
0
 protected BaseService(IMsmqHelper msmq)
 {
     Msmq = msmq;
 }