Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
asynclocker register di
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong committed Dec 17, 2018
1 parent afbc5b9 commit a6f43bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public static IServiceCollection AddD365WebApiClientService<TCacheManager>(this
});
}
services.TryAddScoped(typeof(ICacheManager), typeof(TCacheManager));
services.TryAddScoped<IAsyncLocker, AsyncLocker>();
services.TryAddScoped<IApiClientService, ApiClientService>();
return services;
}
Expand Down

0 comments on commit a6f43bc

Please sign in to comment.