예제 #1
0
 public static bool UpdateNewTechlCardRT(CardRT CardRT, ref string a_strErr)
 {
     if (DecetePro.UpdateTechlCardRT(CardRT, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
예제 #2
0
 public static bool InsertNewTechlCardRT(CardRT CardRT, ref string a_strErr)
 {
     if (DecetePro.InsertTechlCardRT(CardRT, ref a_strErr) >= 2)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }