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