mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-06 15:14:13 -04:00
7 lines
145 B
C#
7 lines
145 B
C#
using System;
|
|
|
|
namespace Kyoo.Models.Attributes
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class ComposedSlugAttribute : Attribute { }
|
|
} |