Explorar el Código

add summary comment.

master
Savorboard hace 7 años
padre
commit
f08a83021b
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      src/DotNetCore.CAP/ICapOptionsExtension.cs

+ 7
- 0
src/DotNetCore.CAP/ICapOptionsExtension.cs Ver fichero

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

Cargando…
Cancelar
Guardar