mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
refactor: rename LME.Shared namespaces to LME.Common for consistency
This commit is contained in:
parent
94fcbc535e
commit
95ebe28999
@ -2,5 +2,5 @@ global using Shared.Services;
|
||||
global using Shared.Services.Hybrid;
|
||||
global using Shared.Models.Base;
|
||||
global using AppInit = Shared.CoreInit;
|
||||
global using LME.Shared.Online;
|
||||
global using LME.Shared.Update;
|
||||
global using LME.Common.Online;
|
||||
global using LME.Common.Update;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
using Shared;
|
||||
using System;
|
||||
|
||||
namespace LME.Shared.Online
|
||||
namespace LME.Common.Online
|
||||
{
|
||||
public static class OnlineRegistry
|
||||
{
|
||||
|
||||
@ -10,7 +10,7 @@ using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LME.Shared.Update
|
||||
namespace LME.Common.Update
|
||||
{
|
||||
public sealed class ModuleUpdateService
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user