6 lines
128 B
C#
6 lines
128 B
C#
|
namespace MasstransferCommon.Model.Atrributes;
|
|||
|
|
|||
|
[AttributeUsage(AttributeTargets.Property)]
|
|||
|
public class Hide : Attribute
|
|||
|
{
|
|||
|
}
|