global using System; global using System.Collections.Generic; global using System.Linq; global using ASC.Common; global using ASC.Common.Caching; global using ASC.Common.Logging; global using ASC.Core; global using ASC.Core.Common.EF; global using ASC.Core.Common.EF.Context; global using ASC.Core.Common.EF.Model; global using ASC.Web.Webhooks; global using ASC.Webhooks.Core.Dao; global using ASC.Webhooks.Core.Dao.Models; global using Microsoft.EntityFrameworkCore; global using Microsoft.EntityFrameworkCore.Infrastructure; global using Microsoft.EntityFrameworkCore.Metadata; global using Microsoft.EntityFrameworkCore.Migrations; global using Microsoft.Extensions.Options;