I need to have the same attribute on properties of different classes, e.g. :
[Display( Name = "Last Name" )]
is there a way not to copy paste the same line on different classes/interfaces? instead have a construct that refers to that line and copy paste the reference everywhere instead?