예제 #1
0
        //public bool UpdateRePrintByljBLL(string IMEInumber, string RePrintTime, int PrintType,string path)
        //{
        //    PrintMessageDAL PMD = new PrintMessageDAL();
        //    if (PMD.SelectRePrintNumByIMEIAndPathDAL(IMEInumber,path) == 0)
        //    {
        //        if (PMD.UpdateRePrintByljDAL(IMEInumber, RePrintTime, PrintType,path) > 0)
        //        {
        //            return true;
        //        }
        //        else
        //        {
        //            return false;
        //        }
        //    }
        //    else
        //    {
        //        if (PMD.UpdateReEndPrintByljDAL(IMEInumber, RePrintTime, PrintType,path) > 0)
        //        {
        //            return true;
        //        }
        //        else
        //        {
        //            return false;
        //        }
        //    }
        //}

        public List <PrintMessage> SelectAllReJSTBLL()
        {
            PrintMessageDAL PMD = new PrintMessageDAL();

            return(PMD.SelectAllReJSTDAL());
        }
 public List <PrintMessage> SelectAllReJSTBLL()
 {
     return(PMD.SelectAllReJSTDAL());
 }