Commit 23b08bf3 authored by yangxiaodong's avatar yangxiaodong

refactor.

parent bb0758bb
......@@ -47,6 +47,5 @@ namespace DotNetCore.CAP
return services.BuildServiceProvider();
}
#endif
}
}
\ No newline at end of file
......@@ -7,7 +7,7 @@ using Npgsql;
namespace DotNetCore.CAP.PostgreSql
{
public class DefaultAdditionalProcessor : IAdditionalProcessor
internal class DefaultAdditionalProcessor : IAdditionalProcessor
{
private readonly IServiceProvider _provider;
private readonly ILogger _logger;
......
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