refactoring : bugfix

This commit is contained in:
Anton Suhorukov 2022-02-02 13:09:37 +03:00
parent f6620e34ae
commit c2d3d10ec5

View File

@ -18,7 +18,7 @@ global using System.Threading;
global using System.Threading.Tasks;
global using System.Web;
global using System.Xml.Linq;
global using StackExchange.Redis.Extensions.Newtonsoft;
global using ASC.Api.Core;
global using ASC.Api.Core.Auth;
global using ASC.Api.Core.Convention;