示例#1
0
 public ProductFeaturesInfo(FunctionalityTypes funcType, Document document)
 {
     this.FunctionalityType = funcType;
     this.Document          = document;
 }
示例#2
0
 public ProductFeaturesInfo(FunctionalityTypes funcTypeId)
 {
     this.FunctionalityType = funcTypeId;
 }