Exemplo n.º 1
0
 public LogPropertyAttribute(LogPropertyType propertyType, string propertyName)
 {
     PropertyType = propertyType;
     PropertyName = propertyName;
 }
Exemplo n.º 2
0
 public LogPropertyAttribute(LogPropertyType propertyType)
 {
     PropertyType = propertyType;
 }