DRMFSS.BLL.Donor.Donor C# (CSharp) Method

Donor() public method

public Donor ( ) : System
return System
        public Donor()
        {
            this.GiftCertificates = new List<GiftCertificate>();
            this.ReceiptAllocations = new List<ReceiptAllocation>();
            this.Receives = new List<Receive>();
            this.Receives1 = new List<Receive>();
        }
Donor