ApexCore Class
Assembly: PTS.BusinessCore.Core.dll
Syntax
public class ApexCore : ServiceProviderAccessor, IApexCore, ISeedWork<IApexCore>
Inheritance
System.Object
ApexCore
Constructors
ApexCore(IServiceProvider)
Declaration
public ApexCore(IServiceProvider provider)
Parameters
Type |
Name |
Description |
System.IServiceProvider |
provider |
|
Properties
Accounts
Declaration
public IAccountService Accounts { get; }
Property Value
Type |
Description |
IAccountService |
|
Identities
Declaration
public IIdentityService Identities { get; }
Property Value
Type |
Description |
IIdentityService |
|
Pictures
Declaration
public IPictureService Pictures { get; }
Property Value
Type |
Description |
IPictureService |
|
Profiles
Declaration
public IProfileService Profiles { get; }
Property Value
Type |
Description |
IProfileService |
|
Implements
ISeedWork<>
Extension Methods