1
0
mirror of synced 2024-12-18 09:15:54 +01:00
GC-local-server-rewrite/Application/GlobalUsings.cs

11 lines
358 B
C#
Raw Normal View History

2023-02-16 09:53:02 +01:00
// Global using directives
global using Microsoft.EntityFrameworkCore;
2023-02-16 17:38:01 +01:00
global using System.Xml.Serialization;
global using Application.Common.Base;
2023-02-16 09:53:02 +01:00
global using Application.Common.Extensions;
2023-02-17 18:29:20 +01:00
global using Shared.Dto.Api;
global using Shared.Models;
2023-02-16 17:38:01 +01:00
global using Application.Dto.Game;
2023-02-16 09:53:02 +01:00
global using Application.Interfaces;
2023-02-16 17:38:01 +01:00
global using Application.Mappers;