Commit 7cebd84f authored by Savorboard's avatar Savorboard

Rename CapDatabaseStorageMarkerService to CapStorageMarkerService

parent c555b183
...@@ -12,7 +12,7 @@ namespace DotNetCore.CAP ...@@ -12,7 +12,7 @@ namespace DotNetCore.CAP
{ {
public void AddServices(IServiceCollection services) public void AddServices(IServiceCollection services)
{ {
services.AddSingleton<CapDatabaseStorageMarkerService>(); services.AddSingleton<CapStorageMarkerService>();
services.AddSingleton<IStorage, InMemoryStorage.InMemoryStorage>(); services.AddSingleton<IStorage, InMemoryStorage.InMemoryStorage>();
services.AddSingleton<IStorageConnection, InMemoryStorageConnection>(); services.AddSingleton<IStorageConnection, InMemoryStorageConnection>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment