Exemplo n.º 1
0
 public Tag(int targetTypeValue)
     : this()
 {
     Targets = new Targets { TargetTypeValue = targetTypeValue };
 }
Exemplo n.º 2
0
 public Tag(int targetTypeValue) : this()
 {
     Targets = new Targets {
         TargetTypeValue = targetTypeValue
     };
 }