예제 #1
0
파일: Insurance.cs 프로젝트: windygu/Justin
 public Insurance(PayPercent payPercent)
 {
     this.PayPercent      = payPercent;
     this.PersonPayMoney  = 0;
     this.CompanyPayMoney = 0;
     this.Enable          = true;
 }
예제 #2
0
 public Insurance(PayPercent payPercent)
 {
     this.PayPercent = payPercent;
     this.PersonPayMoney = 0;
     this.CompanyPayMoney = 0;
     this.Enable = true;
 }