C# Class Membership.Service.SupplierEmployeeMembershipService

The supplier employee membership service.
Inheritance: BaseMembershipService, ISupplierEmployeeMembershipService
Afficher le fichier Open project: serdarb/Membership-Service

Méthodes publiques

Méthode Description
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

Method Details

AddAddress() public méthode

public AddAddress ( AddressDto dto ) : bool
dto Membership.Contract.AddressDto
Résultat bool

AddPhone() public méthode

public AddPhone ( PhoneDto dto ) : bool
dto Membership.Contract.PhoneDto
Résultat bool

AuthSupplierEmployee() public méthode

public AuthSupplierEmployee ( string userName, string password ) : bool
userName string
password string
Résultat bool

ChangePasswordForSupplierEmployee() public méthode

public ChangePasswordForSupplierEmployee ( string email, string newPasswordHash ) : bool
email string
newPasswordHash string
Résultat bool

CreateSupplier() public méthode

public CreateSupplier ( SupplierDto dto ) : int
dto Membership.Contract.SupplierDto
Résultat int

CreateSupplierEmployee() public méthode

public CreateSupplierEmployee ( SupplierEmployeeDto dto ) : int
dto Membership.Contract.SupplierEmployeeDto
Résultat int

DeleteSupplierEmployee() public méthode

public DeleteSupplierEmployee ( SupplierEmployeeDto dto ) : bool
dto Membership.Contract.SupplierEmployeeDto
Résultat bool

DoesSupplierEmployeeEmailExists() public méthode

public DoesSupplierEmployeeEmailExists ( string Email ) : bool
Email string
Résultat bool

GetSupplierEmployee() public méthode

public GetSupplierEmployee ( string email ) : SupplierEmployeeDto
email string
Résultat Membership.Contract.SupplierEmployeeDto

GetSupplierEmployeeById() public méthode

public GetSupplierEmployeeById ( int id ) : SupplierEmployeeDto
id int
Résultat Membership.Contract.SupplierEmployeeDto

IsPasswordResetRequestValid() public méthode

public IsPasswordResetRequestValid ( string email, string guid ) : bool
email string
guid string
Résultat bool

RequestPasswordResetForSupplierEmployee() public méthode

public RequestPasswordResetForSupplierEmployee ( string email ) : bool
email string
Résultat bool