Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 2d76fe5

Browse files
committed
Refactoring
1 parent b35aeeb commit 2d76fe5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
global using Microsoft.Extensions.DependencyInjection;
2-
global using Microsoft.Extensions.Hosting;
3-
global using Microsoft.Extensions.Logging;
4-
global using NET6CustomLibrary.RabbitMQ.Abstractions;
5-
global using RabbitMQ.Client;
6-
global using RabbitMQ.Client.Events;
7-
global using System;
1+
global using System;
82
global using System.Collections.Generic;
93
global using System.Linq;
104
global using System.Text;
115
global using System.Text.Json;
126
global using System.Text.Json.Serialization;
137
global using System.Threading;
14-
global using System.Threading.Tasks;
8+
global using System.Threading.Tasks;
9+
global using Microsoft.Extensions.DependencyInjection;
10+
global using Microsoft.Extensions.Hosting;
11+
global using Microsoft.Extensions.Logging;
12+
global using NET6CustomLibrary.RabbitMQ.Abstractions;
13+
global using RabbitMQ.Client;
14+
global using RabbitMQ.Client.Events;

0 commit comments

Comments
 (0)