Ver a proveniência

Rename CapDatabaseStorageMarkerService to CapStorageMarkerService

master
Savorboard há 5 anos
ascendente
cometimento
7cebd84f53
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/DotNetCore.CAP.InMemoryStorage/CAP.InMemoryCapOptionsExtension.cs

+ 1
- 1
src/DotNetCore.CAP.InMemoryStorage/CAP.InMemoryCapOptionsExtension.cs Ver ficheiro

@@ -12,7 +12,7 @@ namespace DotNetCore.CAP
{
public void AddServices(IServiceCollection services)
{
services.AddSingleton<CapDatabaseStorageMarkerService>();
services.AddSingleton<CapStorageMarkerService>();
services.AddSingleton<IStorage, InMemoryStorage.InMemoryStorage>();
services.AddSingleton<IStorageConnection, InMemoryStorageConnection>();



Carregando…
Cancelar
Guardar