fix: 完善修复种子数据
This commit is contained in:
@@ -17,8 +17,7 @@ namespace Yi.BBS.Application.GlobalSetting
|
||||
public class TempService : ApplicationService, IAutoApiService
|
||||
{
|
||||
|
||||
public TempService(IDataSeed<UserEntity> dataSeed) {
|
||||
dataSeed.InvokerAsync().Wait();
|
||||
public TempService() {
|
||||
}
|
||||
///// <summary>
|
||||
///// 登录
|
||||
|
||||
Reference in New Issue
Block a user