Ejemplo n.º 1
0
 public Insurance(PayPercent payPercent)
 {
     this.PayPercent      = payPercent;
     this.PersonPayMoney  = 0;
     this.CompanyPayMoney = 0;
     this.Enable          = true;
 }
Ejemplo n.º 2
0
 public Insurance(PayPercent payPercent)
 {
     this.PayPercent = payPercent;
     this.PersonPayMoney = 0;
     this.CompanyPayMoney = 0;
     this.Enable = true;
 }