Browse Source

cleanup code.

master
yangxiaodong 7 years ago
parent
commit
228495568d
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      src/DotNetCore.CAP.Kafka/CAP.SubscribeAttribute.cs
  2. +2
    -1
      src/DotNetCore.CAP.RabbitMQ/CAP.SubscribeAttribute.cs

src/DotNetCore.CAP.Kafka/CapSubscribeAttribute.cs → src/DotNetCore.CAP.Kafka/CAP.SubscribeAttribute.cs View File

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

namespace DotNetCore.CAP.Kafka
// ReSharper disable once CheckNamespace
namespace DotNetCore.CAP
{
public class CapSubscribeAttribute : TopicAttribute
{

src/DotNetCore.CAP.RabbitMQ/CapSubscribeAttribute.cs → src/DotNetCore.CAP.RabbitMQ/CAP.SubscribeAttribute.cs View File

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

namespace DotNetCore.CAP.RabbitMQ
// ReSharper disable once CheckNamespace
namespace DotNetCore.CAP
{
public class CapSubscribeAttribute : TopicAttribute
{

Loading…
Cancel
Save