CQRSlite.Config.BusRegistrar.BusRegistrar C# (CSharp) 메소드

BusRegistrar() 공개 메소드

public BusRegistrar ( IServiceLocator serviceLocator ) : System
serviceLocator IServiceLocator
리턴 System
        public BusRegistrar(IServiceLocator serviceLocator)
        {
            if (serviceLocator == null)
            {
                throw new ArgumentNullException(nameof(serviceLocator));
            }

            _serviceLocator = serviceLocator;
        }