Interface IDivisionService
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IDivisionService : ICrudService<IDivision, TenantServiceContext, Query>, ICreateService<IDivision, TenantServiceContext, Query>, IReadService<IDivision, TenantServiceContext, Query>
Methods
GetAsync<T>(TenantServiceContext, string)
Declaration
Task<T> GetAsync<T>(TenantServiceContext context, string name) where T : class, IDivision
Parameters
| Type | Name | Description |
|---|---|---|
| TenantServiceContext | context | |
| string | name |
Returns
| Type | Description |
|---|---|
| Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |