Lync user plans aligned with Exchange mailbox plans

This commit is contained in:
robvde 2012-08-10 16:12:59 +04:00
parent 0ecd34363a
commit 260e981140
17 changed files with 921 additions and 260 deletions

View file

@ -94,6 +94,13 @@ namespace WebsitePanel.EnterpriseServer
return LyncController.AddLyncUserPlan(itemId, lyncUserPlan);
}
[WebMethod]
public int UpdateLyncUserPlan(int itemId, LyncUserPlan lyncUserPlan)
{
return LyncController.UpdateLyncUserPlan(itemId, lyncUserPlan);
}
[WebMethod]
public int DeleteLyncUserPlan(int itemId, int lyncUserPlanId)
{