Merge pull request #7124 from abpframework/auto-merge/rel-4-1/59

Merge branch dev with rel-4.1
pull/7131/head
maliming 4 years ago committed by GitHub
commit 4637d98667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ Assume that we want to make a user passive, if the user has not logged in to the
public class PassiveUserCheckerWorker : AsyncPeriodicBackgroundWorkerBase
{
public PassiveUserCheckerWorker(
AbpTimer timer,
AbpAsyncTimer timer,
IServiceScopeFactory serviceScopeFactory
) : base(
timer,

Loading…
Cancel
Save