Ejemplo n.º 1
0
 private static void AppendUser(UserComponent nameOrId, StringBuilder sb)
 {
     sb.Append($"&{nameOrId.CreateUserParameter()}");
 }