Ejemplo n.º 1
0
        public dynamic GetDepositeRefundData(DateTime fromDate, DateTime toDate)
        {
            ReportsRepository repo = new ReportsRepository();
            dynamic           List = repo.GetDepositeRefundData(fromDate, toDate);

            return(List);
        }