Przeglądaj źródła

Rename CapDatabaseStorageMarkerService to CapStorageMarkerService

master
Savorboard 5 lat temu
rodzic
commit
7cebd84f53
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/DotNetCore.CAP.InMemoryStorage/CAP.InMemoryCapOptionsExtension.cs

+ 1
- 1
src/DotNetCore.CAP.InMemoryStorage/CAP.InMemoryCapOptionsExtension.cs Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz