清理引用,将NavigatorServices更改为使用Message来实现导航的切换
This commit is contained in:
@@ -1,26 +1,17 @@
|
||||
using PMSWPF.Data;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PMSWPF.Helper
|
||||
namespace PMSWPF.Helper;
|
||||
|
||||
public class SqlSugarHelper
|
||||
{
|
||||
public class SqlSugarHelper
|
||||
private DbContext _db;
|
||||
|
||||
public SqlSugarHelper()
|
||||
{
|
||||
private DbContext _db;
|
||||
|
||||
public SqlSugarHelper() {
|
||||
_db=new DbContext();
|
||||
|
||||
}
|
||||
|
||||
public void InitTables()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
_db = new DbContext();
|
||||
}
|
||||
}
|
||||
|
||||
public void InitTables()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user