Exemplo n.º 1
0
 public ABusiness(ICacheDistribuidoRepository cache, IRabbitMQService rabbitMQService)
 {
     _cache           = cache;
     _rabbitMQService = rabbitMQService;
 }
Exemplo n.º 2
0
 public ABusiness(ICacheDistribuidoRepository cache)
 {
     _cache = cache;
 }