public AzureServiceBusNotifiedService(Abstracts.IProductService productService, Abstracts.Converter.IModelByteConverter converter)
 {
     this._productService = productService;
     this._converter      = converter;
 }
Exemplo n.º 2
0
 public AzureServiceBusNotifyService(Abstracts.Converter.IModelByteConverter converter)
 {
     this._converter = converter;
 }