/// <summary> /// Removes an object instance from the current collection set of items. /// </summary> public virtual void Remove(LoanFeaturesBase loanFeaturesBase) { InnerRemove(loanFeaturesBase); }
/// <summary> /// Adds a new object instance to the current collection set. /// </summary> public virtual int Add(LoanFeaturesBase loanFeaturesBase) { return(InnerAdd(loanFeaturesBase)); }