Ejemplo n.º 1
0
 public static IParameterDic Clone(this IParameterDic dic)
 {
     return(AsyncUtils.RunSync(() => dic.CloneAsync()));
 }