C# 클래스 UserManagementService, code

Management of users
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
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