Example #1
0
 public static bool UpdateNewTechlCardPT(CardPT CardPT, ref string a_strErr)
 {
     if (DecetePro.UpdateTechlCardPT(CardPT, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Example #2
0
 public static bool InsertNewTechlCardPT(CardPT CardPT, ref string a_strErr)
 {
     if (DecetePro.InsertTechlCardPT(CardPT, ref a_strErr) >= 2)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }