예제 #1
0
 public static NotificationFormatting <LocalizedText> Format(this NotificationFormatting <LocalizedText> source, NotificationProperties?properties)
 {
     return(source.Transform(FormatText(properties)));
 }
예제 #2
0
 public static NotificationFormatting <string> SelectText(this NotificationFormatting <LocalizedText> source, string language)
 {
     return(source.Transform(SelectText(language)));
 }