修改接口路径

This commit is contained in:
2025-09-03 18:22:01 +08:00
parent c96390384d
commit 8122ffc6b7
22 changed files with 27 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
using DMS.Core.Helper;
using DMS.Core.Models;
using DMS.Helper;
using DMS.WPF.Interfaces;
using DMS.WPF.Services;
namespace DMS.Services.Processors;

View File

@@ -1,6 +1,7 @@
using DMS.Core.Helper;
using DMS.Core.Models;
using DMS.Services;
using DMS.WPF.Interfaces;
using Microsoft.Extensions.Logging;
namespace DMS.WPF.Services.Processors;

View File

@@ -2,6 +2,7 @@ using System.Threading.Tasks;
using DMS.Core.Models;
using Microsoft.Extensions.Logging;
using DMS.Helper;
using DMS.WPF.Interfaces;
namespace DMS.Services.Processors;

View File

@@ -1,5 +1,6 @@
using System.Threading.Tasks;
using DMS.Core.Models;
using DMS.WPF.Interfaces;
namespace DMS.Services.Processors
{

View File

@@ -2,6 +2,7 @@ using System.Threading.Tasks;
using DMS.Core.Helper;
using DMS.Core.Models;
using DMS.Helper;
using DMS.WPF.Interfaces;
using DMS.WPF.Services;
namespace DMS.Services.Processors