示例#1
0
        public float premium()
        {
            InsuranceService insuranceService = new InsuranceService();

            return(insuranceService.CalcPremium(age, gender));
        }
示例#2
0
 public static void init()
 {
     insuranceService = new InsuranceService();
 }