public static string ToCode <T>(this IExpressionToCode it, Expression <Func <T> > e)
 {
     return(it.ToCode(e));
 }
Exemplo n.º 2
0
 public static string ToCode <T>(this IExpressionToCode it, Expression <Func <T> > e)
 => it.ToCode(e);