Ejemplo n.º 1
0
 public SimplestConsuming()
 {
     _consumingService = new ServiceFactory().GetSimplestConsumingService("MateralDemoSimplestExchange", "MateralDemoSimplestQueue01");
 }
 public IndexModel(IServiceProvider services, IConfiguration configuration, ConsumingService consumingService)
 {
     _services         = services;
     _configuration    = configuration;
     _consumingService = consumingService;
 }