From f08a83021b9f26b9cbd77273cc69d9c4d3812c97 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Wed, 1 Nov 2017 20:30:35 +0800 Subject: [PATCH] add summary comment. --- src/DotNetCore.CAP/ICapOptionsExtension.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/DotNetCore.CAP/ICapOptionsExtension.cs b/src/DotNetCore.CAP/ICapOptionsExtension.cs index bfeb693..cc467b8 100644 --- a/src/DotNetCore.CAP/ICapOptionsExtension.cs +++ b/src/DotNetCore.CAP/ICapOptionsExtension.cs @@ -2,8 +2,15 @@ namespace DotNetCore.CAP { + /// + /// Cap options extension + /// public interface ICapOptionsExtension { + /// + /// Registered child service. + /// + /// add service to the void AddServices(IServiceCollection services); } } \ No newline at end of file