Exemple #1
0
 public int AddNewMne(
     decimal partyId
     , string taxpayerReferenceNumber
     , int yearofAssessment
     , string registeredName
     , string tradingName
     , string registrationNumber
     , DateTime financialYearEnd
     , decimal turnoverAmount
     , string nameUltimateHoldingCo
     , string ultimateHoldingCompanyResOutSaInd
     , string taxResidencyCountryCodeUltimateHoldingCompany
     , string ultimateHoldingCoIncomeTaxRefNo
     , string masterLocalFileRequiredInd
     , string cbCReportRequiredInd
     , DateTime datestamp)
 {
     return(DatabaseWriter.SaveNewEntity(
                partyId,
                taxpayerReferenceNumber,
                yearofAssessment,
                registeredName,
                tradingName,
                registrationNumber,
                financialYearEnd,
                turnoverAmount,
                nameUltimateHoldingCo,
                ultimateHoldingCompanyResOutSaInd,
                taxResidencyCountryCodeUltimateHoldingCompany,
                ultimateHoldingCoIncomeTaxRefNo,
                masterLocalFileRequiredInd,
                cbCReportRequiredInd,
                datestamp
                ));
 }