Browse Source

refactor.

undefined
yangxiaodong 7 years ago
parent
commit
715f634a51
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      src/Cap.Consistency/Attributes/QMessageAttribute.cs

+ 0
- 14
src/Cap.Consistency/Attributes/QMessageAttribute.cs View File

@@ -1,14 +0,0 @@
using System;

namespace Cap.Consistency
{
[AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = true)]
sealed class QMessageAttribute : Attribute
{
public QMessageAttribute(string messageName) {
MessageName = messageName;
}
public string MessageName { get; private set; }
}
}

Loading…
Cancel
Save