!19 update OpenAuth.App/Resources/ResourceApp.cs.

Merge pull request !19 from harryckl/N/A
This commit is contained in:
李玉宝 2023-12-04 04:17:51 +00:00 committed by Gitee
commit f4a89cf0d2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
@ -93,8 +93,9 @@ namespace OpenAuth.App
return result; return result;
} }
public ResourceApp(ISqlSugarClient client, IAuth auth) : base(client, auth) public ResourceApp(ISqlSugarClient client, IAuth auth, RevelanceManagerApp revelanceApp) : base(client, auth)
{ {
_revelanceApp = revelanceApp;
} }
} }