重构服务类和仓库类
This commit is contained in:
@@ -16,7 +16,7 @@ namespace DMS.Infrastructure.UnitTests.Repository_Test
|
||||
public BaseRepositoryTests()
|
||||
{
|
||||
// Load real connection settings
|
||||
var connectionSettings = new Config.ConnectionSettings()
|
||||
var connectionSettings = new Config.AppSettings()
|
||||
{
|
||||
Database = "DMS_test"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user