示例#1
0
        public BOPrinterReportDaily GetBaoCaoNgayTong(DateTime dtFrom, DateTime dtTo)
        {
            BOBaoCaoNgay         baocao = new BOBaoCaoNgay(mTransit);
            BOPrinterReportDaily print  = new BOPrinterReportDaily();

            print.BAOCAONGAYTONG       = baocao.GetBaoCaoNgayTong(dtFrom, dtTo).FirstOrDefault();
            print.CAIDATTHONGTINCONGTY = baocao.GetCaiDatThongTinCongTy().FirstOrDefault();
            return(print);
        }
示例#2
0
 public BOPrinterReportDaily GetBaoCaoNgayTong(DateTime dtFrom, DateTime dtTo)
 {
     BOBaoCaoNgay baocao = new BOBaoCaoNgay(mTransit);
     BOPrinterReportDaily print = new BOPrinterReportDaily();
     print.BAOCAONGAYTONG = baocao.GetBaoCaoNgayTong(dtFrom, dtTo).FirstOrDefault();
     print.CAIDATTHONGTINCONGTY = baocao.GetCaiDatThongTinCongTy().FirstOrDefault();
     return print;
 }