Пример #1
0
 public static FnBlock CreateFrom(string source, Type entityType)
 {
     return(FnBlockToken.ToExpression(source, entityType));
 }