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