Class AdminService
Implements
Inherited Members
Namespace: PayrollEngine.Client.Service.Api
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class AdminService : ServiceBase, IAdminService
Constructors
AdminService(PayrollHttpClient)
Declaration
public AdminService(PayrollHttpClient httpClient)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrollHttpClient | httpClient |
Methods
GetBackendInformationAsync()
Declaration
public virtual Task<BackendInformation> GetBackendInformationAsync()
Returns
| Type | Description |
|---|---|
| Task<BackendInformation> |