临时提交
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Concurrent;
|
||||
using AutoMapper;
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using CommunityToolkit.Mvvm.Messaging;
|
||||
using DMS.Data.Repositories;
|
||||
using DMS.WPF.Models;
|
||||
using DMS.WPF.Message;
|
||||
using DMS.WPF.ViewModels;
|
||||
using DMS.Core.Helper;
|
||||
using DMS.Infrastructure.Repositories;
|
||||
using DMS.Core.Enums;
|
||||
using DMS.Helper;
|
||||
using DMS.Message;
|
||||
using DMS.Models;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using DMS.ViewModels;
|
||||
using SqlSugar;
|
||||
|
||||
namespace DMS.Services;
|
||||
namespace DMS.WPF.Services;
|
||||
|
||||
/// <summary>
|
||||
/// 数据服务类,负责从数据库加载和管理各种数据,并提供数据变更通知。
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
using DMS.Core.Enums;
|
||||
using DMS.Models;
|
||||
using DMS.ViewModels.Dialogs;
|
||||
using DMS.Views.Dialogs;
|
||||
using DMS.Core.Enums;
|
||||
using DMS.WPF.Models;
|
||||
using DMS.WPF.ViewModels.Dialogs;
|
||||
using DMS.WPF.Views.Dialogs;
|
||||
using HandyControl.Tools.Extension;
|
||||
using iNKORE.UI.WPF.Modern.Controls;
|
||||
using NPOI.SS.Formula.Functions;
|
||||
using DMS.Data.Repositories;
|
||||
using DMS.Infrastructure.Repositories;
|
||||
|
||||
namespace DMS.Services;
|
||||
namespace DMS.WPF.Services;
|
||||
|
||||
public class DialogService :IDialogService
|
||||
{
|
||||
|
||||
@@ -4,14 +4,13 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using DMS.Data;
|
||||
using DMS.Data.Entities;
|
||||
using DMS.Helper;
|
||||
using DMS.Models;
|
||||
using DMS.Infrastructure.Data;
|
||||
using DMS.Infrastructure.Entities;
|
||||
using DMS.Core.Helper;
|
||||
using DMS.WPF.Models;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using DMS.Services;
|
||||
|
||||
namespace DMS.Services.Processors;
|
||||
namespace DMS.WPF.Services.Processors;
|
||||
|
||||
public class HistoryProcessor : IVariableProcessor, IDisposable
|
||||
{
|
||||
@@ -91,4 +90,4 @@ public class HistoryProcessor : IVariableProcessor, IDisposable
|
||||
// 在 Dispose 时,尝试将剩余数据写入数据库
|
||||
FlushQueueToDatabase().Wait();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user