mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-18 11:08:22 -05:00
Namespace Update (SLC/Data Ignored)
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels
|
||||
{
|
||||
public class ActionInfo
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace WebfrontCore.ViewModels
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper class that hold information to assist with binding lists of items
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using SharedLibraryCore.Configuration;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels
|
||||
{
|
||||
public class CommunityInfo
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace WebfrontCore.ViewModels
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels
|
||||
{
|
||||
public class ConfigurationFileInfo
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels
|
||||
{
|
||||
public class InputInfo
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using Data.Models;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels
|
||||
{
|
||||
/// <summary>
|
||||
/// helper class to determine the filters to apply to penalties
|
||||
|
@ -1,9 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using Data.Models;
|
||||
using Microsoft.EntityFrameworkCore.Metadata.Internal;
|
||||
using SharedLibraryCore.Database.Models;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels
|
||||
{
|
||||
public class ScoreboardInfo
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WebfrontCore.ViewModels;
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels;
|
||||
|
||||
public class SideContextMenuItem
|
||||
{
|
||||
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Microsoft.AspNetCore.Html;
|
||||
|
||||
namespace WebfrontCore.ViewModels;
|
||||
namespace IW4MAdmin.WebfrontCore.ViewModels;
|
||||
|
||||
public class TableInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user