FCS_Funding.Models.Donation.Donation C# (CSharp) Method

Donation() private method

private Donation ( ) : System
return System
        public Donation()
        {
            DonationPurposes = new HashSet<DonationPurpose>();
            Expenses = new HashSet<Expense>();
            In_Kind_Item = new HashSet<In_Kind_Item>();
            In_Kind_Service = new HashSet<In_Kind_Service>();
        }
Donation