浏览代码

add summary comment.

master
Savorboard 6 年前
父节点
当前提交
f08a83021b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      src/DotNetCore.CAP/ICapOptionsExtension.cs

+ 7
- 0
src/DotNetCore.CAP/ICapOptionsExtension.cs 查看文件

@@ -2,8 +2,15 @@

namespace DotNetCore.CAP
{
/// <summary>
/// Cap options extension
/// </summary>
public interface ICapOptionsExtension
{
/// <summary>
/// Registered child service.
/// </summary>
/// <param name="services">add service to the <see cref="IServiceCollection"/></param>
void AddServices(IServiceCollection services);
}
}

正在加载...
取消
保存