IApexCore Interface
Assembly: PTS.BusinessCore.Core.dll
Syntax
public interface IApexCore
Properties
Accounts
Declaration
IAccountService Accounts { get; }
Property Value
Type |
Description |
IAccountService |
|
Identities
Declaration
IIdentityService Identities { get; }
Property Value
Type |
Description |
IIdentityService |
|
Pictures
Declaration
IPictureService Pictures { get; }
Property Value
Type |
Description |
IPictureService |
|
Profiles
Declaration
IProfileService Profiles { get; }
Property Value
Type |
Description |
IProfileService |
|
Extension Methods