Interface IAdminService
Payroll backend administration service
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IAdminService
Methods
GetBackendInformationAsync()
Get backend server information
Declaration
Task<BackendInformation> GetBackendInformationAsync()
Returns
| Type | Description |
|---|---|
| Task<BackendInformation> | The backend information |