소스 검색

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



불러오는 중...
취소
저장