Kaynağa Gözat

add summary comment.

master
Savorboard 7 yıl önce
ebeveyn
işleme
f08a83021b
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. +7
    -0
      src/DotNetCore.CAP/ICapOptionsExtension.cs

+ 7
- 0
src/DotNetCore.CAP/ICapOptionsExtension.cs Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet