mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
11 lines
208 B
C#
11 lines
208 B
C#
using Volo.Abp.Modularity;
|
|
using Yi.Abp.HttpApi.Client;
|
|
|
|
namespace Yi.Abp.Client.WebApi
|
|
{
|
|
[DependsOn(typeof(YiAbpHttpApiClientModule))]
|
|
public class YiAbpClientWebApiModule:AbpModule
|
|
{
|
|
}
|
|
}
|