瀏覽代碼

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);
}
}

Loading…
取消
儲存