예제 #1
0
        public FundingSubCategory WithFundLineGroup(IFundLineGroup fundLineGroup)
        {
            if (fundLineGroup != null)
            {
                FundLineGroups.Add(fundLineGroup);
            }

            return(this);
        }
예제 #2
0
        public DevolvedAdultEducationFundingCategory WithFundLineGroup(IDevolvedAdultEducationFundLineGroup fundLineGroup)
        {
            if (fundLineGroup != null)
            {
                FundLineGroups.Add(fundLineGroup);
            }

            return(this);
        }