Przeglądaj źródła

refactor.

undefined
yangxiaodong 7 lat temu
rodzic
commit
715f634a51
1 zmienionych plików z 0 dodań i 14 usunięć
  1. +0
    -14
      src/Cap.Consistency/Attributes/QMessageAttribute.cs

+ 0
- 14
src/Cap.Consistency/Attributes/QMessageAttribute.cs Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz