loading time fix
This commit is contained in:
parent
cbff6f5964
commit
9c9fad9ba7
12 changed files with 257 additions and 14 deletions
|
@ -273,5 +273,11 @@ namespace WebsitePanel.Server
|
|||
{
|
||||
return Organization.CheckPhoneNumberIsInUse(phoneNumber, userSamAccountName);
|
||||
}
|
||||
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public OrganizationUser GetOrganizationUserWithExtraData(string loginName, string organizationId)
|
||||
{
|
||||
return Organization.GetOrganizationUserWithExtraData(loginName, organizationId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue