コード例 #1
0
ファイル: Insurance.cs プロジェクト: windygu/Justin
 public Insurance(PayPercent payPercent)
 {
     this.PayPercent      = payPercent;
     this.PersonPayMoney  = 0;
     this.CompanyPayMoney = 0;
     this.Enable          = true;
 }
コード例 #2
0
ファイル: Insurance.cs プロジェクト: piaolingzxh/Justin
 public Insurance(PayPercent payPercent)
 {
     this.PayPercent = payPercent;
     this.PersonPayMoney = 0;
     this.CompanyPayMoney = 0;
     this.Enable = true;
 }