Table of Contents

Class EverestCustomersService

Namespace
Everest.Service.Customers
Assembly
Everest.Service.dll
[SwaggerWcf("/Everest/Customers")]
[SwaggerWcfServiceInfo("Customer information service", "v1")]
[SwaggerWcfTag("Customers", false)]
public class EverestCustomersService : EverestServiceBase<IEverestCustomersApplication>, IEverestCustomersService
Inheritance
LayeredServiceBase
EverestServiceBase<IEverestCustomersApplication>
EverestCustomersService
Implements
Inherited Members

Constructors

EverestCustomersService()
EverestCustomersService(IEverestCustomersApplication, IMapper)
EverestCustomersService(IEverestCustomersApplication, ILog, IMapper)

Methods

FindCustomersByEmail(string)
GetCustomer(string)
RegisterCustomer(WebCustomerAccountRegistrationContract)
ValidateCustomerAccount(WebCustomerAccountRegistrationContract)