예제 #1
0
 public GDPRAttribute(GDPRCompliance compliance) : this(compliance, Array.Empty <string>())
 {
 }
예제 #2
0
 public GDPRAttribute(GDPRCompliance compliance, params string[] notes)
 {
     Compliance = compliance;
     Notes      = notes;
 }