45947f0492
Clean up
14 lines
514 B
C#
14 lines
514 B
C#
// Global using directives
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using ProtoBuf;
|
|
global using Swan.Formatters;
|
|
global using SharedProject.Enums;
|
|
global using taiko.game;
|
|
global using TaikoLocalServer.Common;
|
|
global using TaikoLocalServer.Common.Utils;
|
|
global using TaikoLocalServer.Context;
|
|
global using TaikoLocalServer.Entities;
|
|
global using TaikoLocalServer.Models;
|
|
global using TaikoLocalServer.Services;
|
|
global using TaikoLocalServer.Services.Interfaces; |