C# Класс ModernWebStore.Domain.Scopes.UserScopes

Показать файл Открыть проект

Открытые методы

Метод Описание
AuthenticateUserScopeIsValid ( this user, string email, string encryptedPassword ) : bool
RegisterUserScopeIsValid ( this user ) : bool

Описание методов

AuthenticateUserScopeIsValid() публичный статический Метод

public static AuthenticateUserScopeIsValid ( this user, string email, string encryptedPassword ) : bool
user this
email string
encryptedPassword string
Результат bool

RegisterUserScopeIsValid() публичный статический Метод

public static RegisterUserScopeIsValid ( this user ) : bool
user this
Результат bool