コード例 #1
0
ファイル: BillingRule.cs プロジェクト: waffle-iron/YPILIS
 public BillingRule()
 {
     this.m_PanelSetIncludeOnlyList = new PanelSetIdList();
     this.m_PanelSetExcludeList     = new PanelSetIdList();
 }
コード例 #2
0
ファイル: BillingRule.cs プロジェクト: ericramses/YPILIS
 public BillingRule()
 {
     this.m_PanelSetIncludeOnlyList = new PanelSetIdList();
     this.m_PanelSetExcludeList     = new PanelSetIdList();
     this.m_ReferenceLab            = new RuleValueAny();
 }