C# Class ModernWebStore.Domain.Scopes.UserScopes

Afficher le fichier Open project: andrebaltieri/mwa-api

Méthodes publiques

Méthode Description
AuthenticateUserScopeIsValid ( this user, string email, string encryptedPassword ) : bool
RegisterUserScopeIsValid ( this user ) : bool

Method Details

AuthenticateUserScopeIsValid() public static méthode

public static AuthenticateUserScopeIsValid ( this user, string email, string encryptedPassword ) : bool
user this
email string
encryptedPassword string
Résultat bool

RegisterUserScopeIsValid() public static méthode

public static RegisterUserScopeIsValid ( this user ) : bool
user this
Résultat bool