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

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

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