Ejemplo n.º 1
0
 public static bool UpdateNewEntrust(EntrustTask Task, string Press, string PipSize, string length, ref string a_strErr)
 {
     if (DecetePro.UpdateEntrustTask(Task, Press, PipSize, length, ref a_strErr) >= 2)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Ejemplo n.º 2
0
 public static bool InsertNewFinishEntrustTask(EntrustTask Task, ref string a_strErr)
 {
     if (DecetePro.InsertFinishEntrustTask(Task, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }