Exemplo n.º 1
0
 public static bool DeleteNewTechlCardMT(string id, ref string a_strErr)
 {
     if (DecetePro.DeleteTechlCardMT(id, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }