Example #1
0
        public Cost Get(int id)
        {
            Employee   employee   = EmployeeDAL.Get(id);
            RuleEngine ruleEngine = new RuleEngine(employee);


            return(ruleEngine.GetCost());
        }