using System;
namespace djy_AfrApi.Attributes
{
[AttributeUsage(AttributeTargets.Method)]
public class RedisCachingAttribute : Attribute
}