C# 클래스 EA.Iws.DataAccess.Repositories.NotificationUserRepository

상속: INotificationUserRepository
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
GetAllUsers ( ) : Task>
GetUserByExportNotificationId ( System.Guid notificationId ) : Task
GetUserByUserId ( string userId ) : Task
NotificationUserRepository ( IwsContext context ) : System

메소드 상세

GetAllUsers() 공개 메소드

public GetAllUsers ( ) : Task>
리턴 Task>

GetUserByExportNotificationId() 공개 메소드

public GetUserByExportNotificationId ( System.Guid notificationId ) : Task
notificationId System.Guid
리턴 Task

GetUserByUserId() 공개 메소드

public GetUserByUserId ( string userId ) : Task
userId string
리턴 Task

NotificationUserRepository() 공개 메소드

public NotificationUserRepository ( IwsContext context ) : System
context IwsContext
리턴 System