Browse Source

Rename CapDatabaseStorageMarkerService to CapStorageMarkerService

master
Savorboard 5 years ago
parent
commit
7cebd84f53
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/DotNetCore.CAP.InMemoryStorage/CAP.InMemoryCapOptionsExtension.cs

+ 1
- 1
src/DotNetCore.CAP.InMemoryStorage/CAP.InMemoryCapOptionsExtension.cs View File

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



Loading…
Cancel
Save