We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08ce96 commit 92df265Copy full SHA for 92df265
2 files changed
AspNetCoreServiceBusApi1/StartupExtensions.cs
@@ -1,8 +1,6 @@
1
-
2
-using Microsoft.AspNetCore.Identity;
3
using Microsoft.OpenApi.Models;
4
-using ServiceBusMessaging;
5
using Serilog;
+using ServiceBusMessaging;
6
namespace AspNetCoreServiceBusApi1;
7
8
internal static class StartupExtensions
AspNetCoreServiceBusApi2/StartupExtensions.cs
@@ -1,9 +1,9 @@
-using Microsoft.OpenApi.Models;
-using Serilog;
using AspNetCoreServiceBusApi2.Model;
using Microsoft.EntityFrameworkCore;
+using Microsoft.OpenApi.Models;
+using Serilog;
namespace AspNetCoreServiceBusApi2;
9
0 commit comments