Browse Source

Removed an unused dependency

pull/49/head
gdlcf88 6 years ago
parent
commit
849aa40f4f
  1. 1
      samples/EasyMall/aspnet-core/src/EasyMall.HttpApi.Client/EasyMallHttpApiClientModule.cs

1
samples/EasyMall/aspnet-core/src/EasyMall.HttpApi.Client/EasyMallHttpApiClientModule.cs

@ -24,7 +24,6 @@ namespace EasyMall
typeof(EShopBasketsHttpApiClientModule),
typeof(EShopOrdersHttpApiClientModule),
typeof(EShopPaymentsHttpApiClientModule),
typeof(EShopPaymentsWeChatPayHttpApiClientModule),
typeof(EShopProductsHttpApiClientModule),
typeof(EShopStoresHttpApiClientModule),
typeof(PaymentServiceWeChatPayHttpApiClientModule)

Loading…
Cancel
Save