Esempio n. 1
0
        public List <CostItemEntity> GetCostSummary(int year, string[] depts)
        {
            ICostService service = new CostService();

            return(service.GetCostSummary(year, depts));
        }