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