Example #1
0
 public ResultObject DeleteLyncUser(int itemId, int accountId)
 {
     return(LyncController.DeleteLyncUser(itemId, accountId));
 }