Example #1
0
 public void updateProjects1(DateTime dtProjectDate, int intProjectId, string strClientName, int intTypeOfWorkID, string strTypeOfWork, string strCaseName, int intExternalWork, bool boolNeedSearch, string strRemarks, decimal decPrice, decimal decOtherCharges, decimal decTotalAmount, string strStatus, bool boolIsDeleted, int intApprove, decimal decServiceTax, string strReferenceNo, string strLoanNO, string strPropertyAddress, DateTime dt_softcopysent, DateTime dt_MISclient, DateTime dt_search_initiated, DateTime dt_search_received, DateTime dt_search_received_receipt, DateTime dt_hardcopysent, DateTime dt_pendingdocumentsrec, DateTime dt_pendingdocumentsresp, DateTime dt_finalreportsent, string strworddoc, string strfilename, string strbranch, decimal decloanamt,string strEmailID)
 {
     DLProject dlc = new DLProject();
        try
        {
        dlc.updateProjects1(dtProjectDate, intProjectId, strClientName, intTypeOfWorkID, strTypeOfWork, strCaseName, intExternalWork, boolNeedSearch, strRemarks, decPrice, decOtherCharges, decTotalAmount, strStatus, boolIsDeleted, intApprove, decServiceTax, strReferenceNo, strLoanNO, strPropertyAddress, dt_softcopysent, dt_MISclient, dt_search_initiated, dt_search_received, dt_search_received_receipt, dt_hardcopysent, dt_pendingdocumentsrec, dt_pendingdocumentsresp, dt_finalreportsent, strworddoc, strfilename, strbranch, decloanamt, strEmailID);
        }
        catch
        {
        throw;
        }
        finally
        {
        dlc = null;
        }
 }