Example #1
0
 public static bool UpdateNewContractBas(ContractBas Bas, ref string a_strErr)
 {
     if (ContractPro.UpdateContract(Bas, ref a_strErr) >= 2)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Example #2
0
 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);
     }
 }
Example #3
0
 public static bool InsertNewProjectContract(ContractBas Bas, ref string a_strErr)
 {
     if (ContractPro.InsertProjectContract(Bas, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Example #4
0
 public static bool InsertNewContractBasnew(ContractBas Bas, ref string a_strErr)
 {
     if (CustomerServicePro.InsertNewContractBasnew(Bas, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }