bugs fix
This commit is contained in:
parent
599e9a8865
commit
84f9f63407
44 changed files with 560 additions and 92 deletions
|
@ -48,6 +48,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
#region Organizations
|
||||
|
||||
[WebMethod]
|
||||
public bool CheckPhoneNumberIsInUse(int itemId, string phoneNumber, string userSamAccountName = null)
|
||||
{
|
||||
return OrganizationController.CheckPhoneNumberIsInUse(itemId, phoneNumber, userSamAccountName);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public void DeletePasswordresetAccessToken(Guid accessToken)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue