AIMS_BD_IATI.DAL.tblFundSource.tblFundSource C# (CSharp) Method

tblFundSource() public method

public tblFundSource ( ) : System
return System
        public tblFundSource()
        {
            this.tblAIDPlannings = new HashSet<tblAIDPlanning>();
            this.tblProjectFundingActualDisbursements = new HashSet<tblProjectFundingActualDisbursement>();
            this.tblProjectFundingCommitments = new HashSet<tblProjectFundingCommitment>();
            this.tblProjectFundingExpenditures = new HashSet<tblProjectFundingExpenditure>();
            this.tblProjectFundingPlannedDisbursements = new HashSet<tblProjectFundingPlannedDisbursement>();
            this.tblProjectInfoes = new HashSet<tblProjectInfo>();
            this.tblTrustFunds = new HashSet<tblTrustFund>();
            this.tblTrustFundDetails = new HashSet<tblTrustFundDetail>();
            this.tblUserFundSources = new HashSet<tblUserFundSource>();
        }
    
tblFundSource