Lync user plans aligned with Exchange mailbox plans
This commit is contained in:
parent
0ecd34363a
commit
260e981140
17 changed files with 921 additions and 260 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue