maliming
4 years ago
No known key found for this signature in database
GPG Key ID: 96224957E51C89E
1 changed files with
2 additions and
0 deletions
-
framework/src/Volo.Abp.Dapr/Volo/Abp/Dapr/AbpDaprModule.cs
|
|
|
@ -1,8 +1,10 @@ |
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
|
using Volo.Abp.Json; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
|
|
|
|
namespace Volo.Abp.Dapr; |
|
|
|
|
|
|
|
[DependsOn(typeof(AbpJsonModule))] |
|
|
|
public class AbpDaprModule : AbpModule |
|
|
|
{ |
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context) |
|
|
|
|