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