Explorar el Código

refactor.

undefined
yangxiaodong hace 7 años
padre
commit
715f634a51
Se han modificado 1 ficheros con 0 adiciones y 14 borrados
  1. +0
    -14
      src/Cap.Consistency/Attributes/QMessageAttribute.cs

+ 0
- 14
src/Cap.Consistency/Attributes/QMessageAttribute.cs Ver fichero

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

Cargando…
Cancelar
Guardar