ltable
This commit is contained in:
9
Shared/DTOs/Features/ShowNameAttribute.cs
Normal file
9
Shared/DTOs/Features/ShowNameAttribute.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class ShowNameAttribute : Attribute
|
||||
{
|
||||
public string Name = "";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user