Interface ILoginService
Service for Login Handling
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public interface ILoginService
Methods
GetPersonInfo(Int32)
Declaration
LoginInfo GetPersonInfo(int personId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | personId |
Returns
| Type | Description |
|---|---|
| LoginInfo |
GetPersonInfo(String)
Declaration
LoginInfo GetPersonInfo(string loginUserName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | loginUserName |
Returns
| Type | Description |
|---|---|
| LoginInfo |