IBravoCore Interface
Namespace: PTS.BusinessCore.Bravo.Domain
Assembly: PTS.BusinessCore.Bravo.dll
Syntax
public interface IBravoCore : IApexCore
Properties
Logins
Declaration
ILoginService Logins { get; }
Property Value
| Type | Description |
|---|---|
| ILoginService |
Tokens
Declaration
ITokenService Tokens { get; }
Property Value
| Type | Description |
|---|---|
| ITokenService |
Users
Declaration
IUserService Users { get; }
Property Value
| Type | Description |
|---|---|
| IUserService |