Bläddra i källkod

refactor.

undefined
yangxiaodong 7 år sedan
förälder
incheckning
715f634a51
1 ändrade filer med 0 tillägg och 14 borttagningar
  1. +0
    -14
      src/Cap.Consistency/Attributes/QMessageAttribute.cs

+ 0
- 14
src/Cap.Consistency/Attributes/QMessageAttribute.cs Visa fil

@@ -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; }
}
}

Laddar…
Avbryt
Spara