ソースを参照

Rename CapDatabaseStorageMarkerService to CapStorageMarkerService

master
Savorboard 5年前
コミット
7cebd84f53
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/DotNetCore.CAP.InMemoryStorage/CAP.InMemoryCapOptionsExtension.cs

+ 1
- 1
src/DotNetCore.CAP.InMemoryStorage/CAP.InMemoryCapOptionsExtension.cs ファイルの表示

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



読み込み中…
キャンセル
保存