public static bool UpdateNewContractBas(ContractBas Bas, ref string a_strErr) { if (ContractPro.UpdateContract(Bas, ref a_strErr) >= 2) { return(true); } else { return(false); } }
public static bool InsertNewContratFile(ContractBas Bas, HttpFileCollection Filedata, ref string a_strErr) { if (ProjectPro.InsertContratFile(Bas, Filedata, ref a_strErr) >= 1) { return(true); } else { return(false); } }
public static bool InsertNewProjectContract(ContractBas Bas, ref string a_strErr) { if (ContractPro.InsertProjectContract(Bas, ref a_strErr) >= 1) { return(true); } else { return(false); } }
public static bool InsertNewContractBasnew(ContractBas Bas, ref string a_strErr) { if (CustomerServicePro.InsertNewContractBasnew(Bas, ref a_strErr) >= 1) { return(true); } else { return(false); } }