Ver a proveniência

move namespace.

master
yangxiaodong há 7 anos
ascendente
cometimento
d2dbb1e572
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      src/DotNetCore.CAP/Internal/IConsumerInvokerFactory.cs
  2. +1
    -1
      src/DotNetCore.CAP/MessageContext.cs

src/DotNetCore.CAP/Infrastructure/IConsumerInvokerFactory.cs → src/DotNetCore.CAP/Internal/IConsumerInvokerFactory.cs Ver ficheiro

@@ -1,6 +1,6 @@
using DotNetCore.CAP.Abstractions;

namespace DotNetCore.CAP.Infrastructure
namespace DotNetCore.CAP.Internal
{
public interface IConsumerInvokerFactory
{

src/DotNetCore.CAP/Infrastructure/MessageContext.cs → src/DotNetCore.CAP/MessageContext.cs Ver ficheiro

@@ -1,4 +1,4 @@
namespace DotNetCore.CAP.Infrastructure
namespace DotNetCore.CAP
{
public class MessageContext
{

Carregando…
Cancelar
Guardar