C# 클래스 DevBridge.Templates.WebProject.Services.RegistrationService

상속: IRegistrationService
파일 보기 프로젝트 열기: devbridge/StandardWebProjectTemplate

공개 메소드들

메소드 설명
RegisterCustomer ( string name ) : void
RegisterCustomer ( string name, CustomerType customerType ) : void
RegistrationService ( IRepository repository, IAgreementManagementService agreementManagementService ) : System
UnregisterCustomer ( int id ) : void

메소드 상세

RegisterCustomer() 공개 메소드

public RegisterCustomer ( string name ) : void
name string
리턴 void

RegisterCustomer() 공개 메소드

public RegisterCustomer ( string name, CustomerType customerType ) : void
name string
customerType CustomerType
리턴 void

RegistrationService() 공개 메소드

public RegistrationService ( IRepository repository, IAgreementManagementService agreementManagementService ) : System
repository IRepository
agreementManagementService IAgreementManagementService
리턴 System

UnregisterCustomer() 공개 메소드

public UnregisterCustomer ( int id ) : void
id int
리턴 void