VolTeer.DomainModels.VT.Vol.sp_Volunteer_DM.sp_Volunteer_DM C# (CSharp) Method

sp_Volunteer_DM() public method

public sp_Volunteer_DM ( ) : System
return System
        public sp_Volunteer_DM()
        {
            this.sp_Email_DMs = new HashSet<sp_Email_DM>();
        }
sp_Volunteer_DM