Example #1
0
 public static bool DeleteNewTechlCardRT(string id, ref string a_strErr)
 {
     if (DecetePro.DeleteTechlCardRT(id, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }