Пример #1
0
        public virtual List <dtDocumentData> GetDocumentDataList(string pchvDocumentType, string pchvDocumentCode, Nullable <System.DateTime> pdatGenerateDateFrom, Nullable <System.DateTime> pdatGenerateDateTo, Nullable <int> pdatMonth, Nullable <int> pdatYear, string pchrContractOfficeCode, string pchrOperationOfficeCode, string pchrBillingOfficeCode, string pchrIssueOfficeCode, string pchrDocumentNo, string pchrQuotationTargetCode, string pchrAlphabet, string pchrProjectCode, string pchrContractCode, string pchrOCC, string pchrBillingTargetCode, string pchvInstrumentCode, string pC_DOCUMENT_TYPE_CONTRACT, string pC_DOCUMENT_TYPE_MA, string pC_DOCUMENT_TYPE_INSTALLATION, string pC_DOCUMENT_TYPE_INVENTORY, string pC_DOCUMENT_TYPE_INCOME, string pOfficeCodeList, string pC_DOCUMENT_TYPE_COMMON, string pLocationCode)
        {
            CMDataEntities context = new CMDataEntities();

            return(context.GetDocumentDataList(pchvDocumentType, pchvDocumentCode, pdatGenerateDateFrom, pdatGenerateDateTo, pdatMonth, pdatYear, pchrContractOfficeCode, pchrOperationOfficeCode, pchrBillingOfficeCode, pchrIssueOfficeCode, pchrDocumentNo, pchrQuotationTargetCode, pchrAlphabet, pchrProjectCode, pchrContractCode, pchrOCC, pchrBillingTargetCode, pchvInstrumentCode, pC_DOCUMENT_TYPE_CONTRACT, pC_DOCUMENT_TYPE_MA, pC_DOCUMENT_TYPE_INSTALLATION, pC_DOCUMENT_TYPE_INVENTORY, pC_DOCUMENT_TYPE_INCOME, pOfficeCodeList, pC_DOCUMENT_TYPE_COMMON, pLocationCode).ToList());
        }