Пример #1
0
 protected string FormatEventDate(Campaign campaign)
 {
     return(campaign == null ? string.Empty : ContentUtility.FormatEventDate(XrmContext, campaign, campaign.MSA_StartDateTime));
 }