C# 클래스 ZKJL.Identity.Application.Users.UserAppService

상속: Abp.Application.Services.ApplicationService, IUserAppService
파일 보기 프로젝트 열기: gregoriusxu/identity

공개 메소드들

메소드 설명
GetUser ( GetUserInput input ) : ZKJL.Identity.Application.Users.Dto.GetUserOutput
GetUsers ( ZKJL.Identity.Application.Users.Dto.GetUsersInput input ) : PagedResultOutput
UserAppService ( UserManager userManager, long>.IRepository userRepository ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateUser ( CreateUserInput input ) : System.Threading.Tasks.Task
DeleteUser ( GetUserInput input ) : System.Threading.Tasks.Task
EditUser ( EditUserInput input ) : System.Threading.Tasks.Task

메소드 상세

GetUser() 공개 메소드

public GetUser ( GetUserInput input ) : ZKJL.Identity.Application.Users.Dto.GetUserOutput
input GetUserInput
리턴 ZKJL.Identity.Application.Users.Dto.GetUserOutput

GetUsers() 공개 메소드

public GetUsers ( ZKJL.Identity.Application.Users.Dto.GetUsersInput input ) : PagedResultOutput
input ZKJL.Identity.Application.Users.Dto.GetUsersInput
리턴 PagedResultOutput

UserAppService() 공개 메소드

public UserAppService ( UserManager userManager, long>.IRepository userRepository ) : System.Collections.Generic
userManager UserManager
userRepository long>.IRepository
리턴 System.Collections.Generic