Interface IEmployeeService
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IEmployeeService : ICrudService<IEmployee, TenantServiceContext, DivisionQuery>, ICreateService<IEmployee, TenantServiceContext, DivisionQuery>, IReadService<IEmployee, TenantServiceContext, DivisionQuery>, IAttributeService<TenantServiceContext>
Methods
CreateEmployeesBulkAsync<T>(TenantServiceContext, IEnumerable<T>)
Declaration
Task<int> CreateEmployeesBulkAsync<T>(TenantServiceContext context, IEnumerable<T> employees) where T : class, IEmployee
Parameters
Returns
Type Parameters
GetAsync<T>(TenantServiceContext, string)
Declaration
Task<T> GetAsync<T>(TenantServiceContext context, string identifier) where T : class, IEmployee
Parameters
Returns
Type Parameters
Extension Methods