Ejemplo n.º 1
0
        public void ConfigureContainer(ServiceRegistry services)
        {
            services.AddLogging();

            services.AddCommandr();
            services.For <ICommandBus>().Use <JasperCommandBus>();
        }