Esempio n. 1
0
        public float premium()
        {
            InsuranceService insuranceService = new InsuranceService();

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