This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
move namespace.
master
yangxiaodong
7 years ago
parent
d227be5bd0
commit
d2dbb1e572
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/DotNetCore.CAP/Internal/IConsumerInvokerFactory.cs
+1
-1
src/DotNetCore.CAP/MessageContext.cs
src/DotNetCore.CAP/Infrastructure/IConsumerInvokerFactory.cs → src/DotNetCore.CAP/Internal/IConsumerInvokerFactory.cs
View File
@@ -1,6 +1,6 @@
using DotNetCore.CAP.Abstractions;
namespace DotNetCore.CAP.In
frastructure
namespace DotNetCore.CAP.In
ternal
{
public interface IConsumerInvokerFactory
{
src/DotNetCore.CAP/Infrastructure/MessageContext.cs → src/DotNetCore.CAP/MessageContext.cs
View File
@@ -1,4 +1,4 @@
namespace DotNetCore.CAP
.Infrastructure
namespace DotNetCore.CAP
{
public class MessageContext
{
Write
Preview
Loading…
Cancel
Save