示例#1
0
        public static void Main(string[] args)
        {
            var services = new ServiceCollection();

            IdentityRegistrar.Register(services);
            services.AddAbp <WorkerServiceModule>();

            CreateHostBuilder(args).Build().Run();
        }