20 lines
742 B
C#
20 lines
742 B
C#
global using Knot.Shared.Kernel;
|
|
global using Knot.Shared.Kernel.Events;
|
|
global using Knot.Shared.Kernel.Storage;
|
|
global using Knot.Modules.Profiles.Application.Abstractions;
|
|
global using Knot.Modules.Profiles.Domain;
|
|
global using Knot.Modules.Profiles.Domain.Events;
|
|
global using Knot.Modules.Profiles.Infrastructure.Database;
|
|
global using MongoDB.Bson;
|
|
global using MongoDB.Bson.Serialization.Attributes;
|
|
global using MongoDB.Driver;
|
|
global using MediatR;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Extensions.Configuration;
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
global using System.IO;
|
|
global using System.Linq;
|