Exemple #1
0
 public static void UpdateYammerContent(int id)
 {
     TraceService("UpdateYammerContent:");
     bExcellent.Service.BusinessLogic.Common.Common common = new bExcellent.Service.BusinessLogic.Common.Common();
     common.UpdateYammercontent(id);
 }