Ejemplo n.º 1
0
        public bool ExportDataMaster(ObservableCollection <MasterEntity> masterlist, string FileName)
        {
            IExportDataBL exportbl = new ExportDataBL();

            return(exportbl.ExportDataMaster(masterlist, FileName));
        }
Ejemplo n.º 2
0
        public bool ExportData(ObservableCollection <TransactionEntity> transactionlist, string FileName)
        {
            IExportDataBL exportbl = new ExportDataBL();

            return(exportbl.ExportData(transactionlist, FileName));
        }