Пример #1
0
        public virtual List <dtRptAccountDataOfCarryOverAndProfit> GetRptAccountDataOfCarryOverAndProfit(string reportYear, string reportMonth, string productType)
        {
            CMDataEntities context = new CMDataEntities();

            return(context.GetRptAccountDataOfCarryOverAndProfit(reportYear, reportMonth, productType).ToList());
        }