Explorar el Código

Refactor

master
alexinea hace 7 años
padre
commit
0355ee409d
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      src/DotNetCore.CAP/CAP.ServiceCollectionExtensions.cs

+ 1
- 3
src/DotNetCore.CAP/CAP.ServiceCollectionExtensions.cs Ver fichero

@@ -23,9 +23,7 @@ namespace Microsoft.Extensions.DependencyInjection
/// <returns>An <see cref="CapBuilder"/> for application services.</returns>
public static CapBuilder AddCap(this IServiceCollection services)
{
services.AddCap(x => new CapOptions());

return new CapBuilder(services);
return services.AddCap(x => new CapOptions());
}

/// <summary>


Cargando…
Cancelar
Guardar