public virtual ModelParamterBuilder AddParamter(Expression <Func <dynamic> > expression) { this.Paramter.Add(ModelParamter.GetPropertyValue(expression)); return(this); }
public PaymentQueryParamterBuilder AddSignParamter(Expression <Func <dynamic> > expression) { this.SignParamter.Add(ModelParamter.GetPropertyValue(expression)); return(this); }