You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/Tiobon.Core.Common/Option/Core/IConfigurableOptions.cs

11 lines
226 B

namespace Tiobon.Core.Common.Option.Core;
/// <summary>
/// 应用选项依赖接口 <br/>
/// 自动注入配置文件 <br/>
/// 文件名为Option或Options结尾
/// </summary>
public interface IConfigurableOptions
{
}