Пример #1
0
 public static string FeedPlaceholderView(long customerId, PlaceholderType placeholderType)
 {
     return($"customers/{customerId}/feedPlaceholderViews/{placeholderType.ToString().ToUpper()}");
 }