first commot
This commit is contained in:
13
Service/GlobalUsings.cs
Normal file
13
Service/GlobalUsings.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
global using Repository;
|
||||
global using Microsoft.Extensions.DependencyInjection;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using System.Text.RegularExpressions;
|
||||
global using Microsoft.Extensions.Options;
|
||||
global using System.Globalization;
|
||||
global using System.Text;
|
||||
global using System.Text.Json;
|
||||
global using Entity;
|
||||
global using FreeSql;
|
||||
global using System.Linq;
|
||||
global using System.Security.Cryptography;
|
||||
global using Service.AppSettingModel;
|
||||
Reference in New Issue
Block a user