7 lines
134 B
C#
7 lines
134 B
C#
namespace SmallSoftwareContracts.Mapper;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
class IgnoreMappingAttribute : Attribute
|
|
{
|
|
}
|