Пример #1
0
        public static IApplicationBuilder ConfigureApllication(this IApplicationBuilder app)
        {
            app.UseRabbitMq();
            app.AddCorsApllication()
            .UseResponseCompression()
            .UseSimpleOAuth();

            return(app);
        }