Procházet zdrojové kódy

refactor.

undefined
yangxiaodong před 7 roky
rodič
revize
715f634a51
1 změnil soubory, kde provedl 0 přidání a 14 odebrání
  1. +0
    -14
      src/Cap.Consistency/Attributes/QMessageAttribute.cs

+ 0
- 14
src/Cap.Consistency/Attributes/QMessageAttribute.cs Zobrazit soubor

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

Načítá se…
Zrušit
Uložit