public static bool UpdateNewBudget(tk_Budget Budget, ref string a_strErr) { if (ProjectPro.UpdateBudget(Budget, ref a_strErr) >= 2) { return(true); } else { return(false); } }
public static bool InsertNEWBudgetFile(tk_Budget Budget, HttpFileCollection Filedata, ref string a_strErr) { if (ProjectPro.InsertBudgetFile(Budget, Filedata, ref a_strErr) >= 1) { return(true); } else { return(false); } }