Exemplo n.º 1
0
        internal List <Purchase> GetPurchasesByReportVm(ReportVm reportVm)
        {
            List <Purchase> Purchases = reportDal.GetPurchasesByReportVm(reportVm);

            return(Purchases);
        }