Exemplo n.º 1
0
 ListParameter <TFunc, TFuncAsync>(this IFluentArgsBuilder <TFunc, TFuncAsync> builder, string name, params string[] moreNames)
 {
     return(builder.ListParameter <string>(name, moreNames));
 }
Exemplo n.º 2
0
 ListParameter(this IFluentArgsBuilder builder, string name, params string[] moreNames)
 {
     return(builder.ListParameter <string>(name, moreNames));
 }