AuthApp
Authentication Application Utilities
Public Member Functions | Private Attributes | List of all members
AuthApp.Services.AuthService Class Reference
Collaboration diagram for AuthApp.Services.AuthService:
Collaboration graph
[legend]

Public Member Functions

bool Authenticate (string login, string password)
 Проверка логина и пароля More...
 

Private Attributes

readonly UserRepository _repository = new()
 

Member Function Documentation

◆ Authenticate()

bool AuthApp.Services.AuthService.Authenticate ( string  login,
string  password 
)

Проверка логина и пароля

Member Data Documentation

◆ _repository

readonly UserRepository AuthApp.Services.AuthService._repository = new()
private

The documentation for this class was generated from the following file: