C# Класс UserManagementService, code

Management of users
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetUserDetails ( ) : UserCredentials,
UserManagementService ( IHttpContext httpContext )
UserManagementService ( IUserService userService, IUserAssociationService userAssociationService, IAssignmentService assignmentService, ILocationService locationService )

Приватные методы

Метод Описание
CreateUser ( string name ) : User,

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

GetUserDetails() публичный Метод

public GetUserDetails ( ) : UserCredentials,
Результат UserCredentials,

UserManagementService() публичный Метод

public UserManagementService ( IHttpContext httpContext )
httpContext IHttpContext

UserManagementService() публичный Метод

public UserManagementService ( IUserService userService, IUserAssociationService userAssociationService, IAssignmentService assignmentService, ILocationService locationService )
userService IUserService
userAssociationService IUserAssociationService
assignmentService IAssignmentService
locationService ILocationService