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); } }
public static bool InsertNewFinishEntrustTask(EntrustTask Task, ref string a_strErr) { if (DecetePro.InsertFinishEntrustTask(Task, ref a_strErr) >= 1) { return(true); } else { return(false); } }