Esempio n. 1
0
 public AttributeItem(AttributeSchema Schema, IDataIntegration Integration)
 {
     _schema = Schema;
 }
Esempio n. 2
0
 public AttributeItem(AttributeSchema Schema)
 {
     _schema = Schema;
 }