6 lines
136 B
C#
6 lines
136 B
C#
|
namespace Bunny.Common.Attribute;
|
|||
|
|
|||
|
[AttributeUsage(AttributeTargets.Method)]
|
|||
|
public class TransactionAttribute : System.Attribute
|
|||
|
{
|
|||
|
}
|