Files

9 lines
179 B
C#
Raw Permalink Normal View History

2024-02-16 21:06:34 +08:00
using Volo.Abp.Application.Services;
namespace Yi.Framework.CodeGen.Application.Contracts.IServices
{
public interface ICodeGenService : IApplicationService
{
}
}