Files
MesPrintService/Print.Forum.Application.Contracts/ForumApplicationContractsModule.cs

7 lines
137 B
C#
Raw Permalink Normal View History

2025-07-12 16:20:14 +08:00
using Volo.Abp.Modularity;
namespace Print.Forum.Application.Contracts;
public class ForumApplicationContractsModule : AbpModule
{
}