Table of Contents

Class EverestEmployeesService

Namespace
Everest.Service.Employees
Assembly
Everest.Service.dll
[SwaggerWcf("/Everest/Employees")]
[SwaggerWcfServiceInfo("Employees service", "v1")]
public class EverestEmployeesService : EverestServiceBase<IEmployeeOperationsApplication>, IEverestEmployeesService
Inheritance
LayeredServiceBase
EverestServiceBase<IEmployeeOperationsApplication>
EverestEmployeesService
Implements
Inherited Members

Constructors

EverestEmployeesService()
EverestEmployeesService(IEmployeeOperationsApplication, IMapper)
EverestEmployeesService(IEmployeeOperationsApplication, ILog, IMapper)

Methods

GetActiveEmployees()
GetEmployee(string)
Login(EmployeeCredentialsContract)
Register(EmployeeRegistrationContract)