1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-26 15:13:00 -05:00

Namespace Update (SLC/Data Ignored)

This commit is contained in:
Amos
2024-07-01 18:30:06 +01:00
committed by Ayymoss
parent 95523885b8
commit c4b33c361a
164 changed files with 463 additions and 487 deletions

View File

@ -5,6 +5,7 @@ using System.Threading.Tasks;
using Data.Abstractions;
using Data.Models.Client;
using Data.Models.Server;
using IW4MAdmin.Plugins.Stats.Dtos;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using SharedLibraryCore;
@ -12,10 +13,9 @@ using SharedLibraryCore.Configuration;
using SharedLibraryCore.Dtos.Meta.Responses;
using SharedLibraryCore.Helpers;
using SharedLibraryCore.Interfaces;
using Stats.Dtos;
using ILogger = Microsoft.Extensions.Logging.ILogger;
namespace Stats.Helpers
namespace IW4MAdmin.Plugins.Stats.Helpers
{
/// <summary>
/// implementation of IResourceQueryHelper