C# Class DevBridge.Templates.WebProject.Services.RegistrationService

Inheritance: IRegistrationService
Mostrar archivo Open project: devbridge/StandardWebProjectTemplate

Public Methods

Method Description
RegisterCustomer ( string name ) : void
RegisterCustomer ( string name, CustomerType customerType ) : void
RegistrationService ( IRepository repository, IAgreementManagementService agreementManagementService ) : System
UnregisterCustomer ( int id ) : void

Method Details

RegisterCustomer() public method

public RegisterCustomer ( string name ) : void
name string
return void

RegisterCustomer() public method

public RegisterCustomer ( string name, CustomerType customerType ) : void
name string
customerType CustomerType
return void

RegistrationService() public method

public RegistrationService ( IRepository repository, IAgreementManagementService agreementManagementService ) : System
repository IRepository
agreementManagementService IAgreementManagementService
return System

UnregisterCustomer() public method

public UnregisterCustomer ( int id ) : void
id int
return void