C# 클래스 Membership.Service.SupplierEmployeeMembershipService

The supplier employee membership service.
상속: BaseMembershipService, ISupplierEmployeeMembershipService
파일 보기 프로젝트 열기: serdarb/Membership-Service

공개 메소드들

메소드 설명
AddAddress ( AddressDto dto ) : bool
AddPhone ( PhoneDto dto ) : bool
AuthSupplierEmployee ( string userName, string password ) : bool
ChangePasswordForSupplierEmployee ( string email, string newPasswordHash ) : bool
CreateSupplier ( SupplierDto dto ) : int
CreateSupplierEmployee ( SupplierEmployeeDto dto ) : int
DeleteSupplierEmployee ( SupplierEmployeeDto dto ) : bool
DoesSupplierEmployeeEmailExists ( string Email ) : bool
GetSupplierEmployee ( string email ) : SupplierEmployeeDto
GetSupplierEmployeeById ( int id ) : SupplierEmployeeDto
IsPasswordResetRequestValid ( string email, string guid ) : bool
RequestPasswordResetForSupplierEmployee ( string email ) : bool

메소드 상세

AddAddress() 공개 메소드

public AddAddress ( AddressDto dto ) : bool
dto Membership.Contract.AddressDto
리턴 bool

AddPhone() 공개 메소드

public AddPhone ( PhoneDto dto ) : bool
dto Membership.Contract.PhoneDto
리턴 bool

AuthSupplierEmployee() 공개 메소드

public AuthSupplierEmployee ( string userName, string password ) : bool
userName string
password string
리턴 bool

ChangePasswordForSupplierEmployee() 공개 메소드

public ChangePasswordForSupplierEmployee ( string email, string newPasswordHash ) : bool
email string
newPasswordHash string
리턴 bool

CreateSupplier() 공개 메소드

public CreateSupplier ( SupplierDto dto ) : int
dto Membership.Contract.SupplierDto
리턴 int

CreateSupplierEmployee() 공개 메소드

public CreateSupplierEmployee ( SupplierEmployeeDto dto ) : int
dto Membership.Contract.SupplierEmployeeDto
리턴 int

DeleteSupplierEmployee() 공개 메소드

public DeleteSupplierEmployee ( SupplierEmployeeDto dto ) : bool
dto Membership.Contract.SupplierEmployeeDto
리턴 bool

DoesSupplierEmployeeEmailExists() 공개 메소드

public DoesSupplierEmployeeEmailExists ( string Email ) : bool
Email string
리턴 bool

GetSupplierEmployee() 공개 메소드

public GetSupplierEmployee ( string email ) : SupplierEmployeeDto
email string
리턴 Membership.Contract.SupplierEmployeeDto

GetSupplierEmployeeById() 공개 메소드

public GetSupplierEmployeeById ( int id ) : SupplierEmployeeDto
id int
리턴 Membership.Contract.SupplierEmployeeDto

IsPasswordResetRequestValid() 공개 메소드

public IsPasswordResetRequestValid ( string email, string guid ) : bool
email string
guid string
리턴 bool

RequestPasswordResetForSupplierEmployee() 공개 메소드

public RequestPasswordResetForSupplierEmployee ( string email ) : bool
email string
리턴 bool