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;
|