You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
namespace EntrustSettle.Common.Option.Core;
|
|
|
|
/// <summary>
|
|
/// 应用选项依赖接口 <br/>
|
|
/// 自动注入配置文件 <br/>
|
|
/// 文件名为Option或Options结尾
|
|
/// </summary>
|
|
public interface IConfigurableOptions
|
|
{
|
|
|
|
} |