Files
Check/MagicCarpetProject/MagicCarpetContracts/Mapper/IgnoreMappingAttribute.cs
2025-05-22 09:32:03 +04:00

6 lines
131 B
C#

namespace MagicCarpetContracts.Mapper;
[AttributeUsage(AttributeTargets.Property)]
class IgnoreMappingAttribute : Attribute
{
}