forked from slavaxom9k/PIBD-23_Fomichev_V.S._MagicCarpet
6 lines
131 B
C#
6 lines
131 B
C#
namespace MagicCarpetContracts.Mapper;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
class IgnoreMappingAttribute : Attribute
|
|
{
|
|
} |