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

Commit 4641bb9

Browse files
committed
Aggiunto package Nuget MediatR
1 parent 81b55b6 commit 4641bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NET6CustomLibrary/GlobalUsings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
global using System.Threading.Tasks;
1212
global using MailKit.Net.Smtp;
1313
global using MailKit.Security;
14+
global using MediatR;
1415
global using Microsoft.AspNetCore.Authentication.JwtBearer;
1516
global using Microsoft.AspNetCore.Builder;
1617
global using Microsoft.AspNetCore.Diagnostics.HealthChecks;

0 commit comments

Comments
 (0)