示例#1
0
        public static IServiceCollection AddCommandHandlers(this IServiceCollection serviceCollection)
        {
            CommandRouter.RegisterHandlers(serviceCollection);

            return(serviceCollection);
        }