C# Class EA.Iws.DataAccess.Repositories.NotificationUserRepository

Inheritance: INotificationUserRepository
Mostra file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
GetAllUsers ( ) : Task>
GetUserByExportNotificationId ( System.Guid notificationId ) : Task
GetUserByUserId ( string userId ) : Task
NotificationUserRepository ( IwsContext context ) : System

Method Details

GetAllUsers() public method

public GetAllUsers ( ) : Task>
return Task>

GetUserByExportNotificationId() public method

public GetUserByExportNotificationId ( System.Guid notificationId ) : Task
notificationId System.Guid
return Task

GetUserByUserId() public method

public GetUserByUserId ( string userId ) : Task
userId string
return Task

NotificationUserRepository() public method

public NotificationUserRepository ( IwsContext context ) : System
context IwsContext
return System