1
0
mirror of synced 2025-01-17 22:06:40 +01:00

11 lines
358 B
C#
Raw Normal View History

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;