IsFuzzyQueryAttribute.cs 94 B

123456
  1. 
  2. namespace Hotline.Share.Dtos.Settings;
  3. public class IsFuzzyQueryAttribute : Attribute
  4. {
  5. }