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