Commit f08a8302 authored by Savorboard's avatar Savorboard

add summary comment.

parent 08be4afe
......@@ -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);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment