refactor(project): 迁移项目命名并移除WPF客户端

This commit is contained in:
Scottxjw
2026-08-13 13:29:56 +08:00
parent 5189c665c3
commit 645f46abcd
70 changed files with 84 additions and 1913 deletions

View File

@@ -0,0 +1,9 @@
namespace Gpulse.WCT.DataAnalyzer.Core.Data;
/// <summary>
/// 数据库上下文工厂接口
/// </summary>
public interface IDbContextFactory
{
WctMinerDbContext CreateDbContext();
}