mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
14 lines
306 B
C#
14 lines
306 B
C#
using Microsoft.Extensions.DependencyInjection;
|
|
using Volo.Abp.Modularity;
|
|
|
|
namespace Yi.Framework.AuditLogging.Domain
|
|
{
|
|
public class YiFrameworkAuditLoggingDomainModule:AbpModule
|
|
{
|
|
public override void ConfigureServices(ServiceConfigurationContext context)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|