11 lines
180 B
C#
11 lines
180 B
C#
using System;
|
|
|
|
namespace JiShe.CollectBus.Interceptors
|
|
{
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class LogInterceptAttribute : Attribute
|
|
{
|
|
|
|
}
|
|
}
|