Cats.Models.HRDPlan.HRDPlan C# (CSharp) Method

HRDPlan() public method

public HRDPlan ( ) : System
return System
        public HRDPlan()
        {
            Hrds=new List<HRD>();
        }
HRDPlan