11 lines
358 B
C#
11 lines
358 B
C#
// Global using directives
|
|
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using System.Xml.Serialization;
|
|
global using Application.Common.Base;
|
|
global using Application.Common.Extensions;
|
|
global using Shared.Dto.Api;
|
|
global using Shared.Models;
|
|
global using Application.Dto.Game;
|
|
global using Application.Interfaces;
|
|
global using Application.Mappers; |