AIMS_BD_IATI.DAL.tblFundSource.tblFundSource C# (CSharp) 메소드

tblFundSource() 공개 메소드

public tblFundSource ( ) : System
리턴 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