コード例 #1
0
 public VerbalExpression Then(string value, bool sanitize = true)
 {
     _verbalExpression.Then(value, sanitize);
     return(this);
 }