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

Inheritance: INotificationUserRepository
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

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

Method Details

GetAllUsers() public méthode

public GetAllUsers ( ) : Task>
Résultat Task>

GetUserByExportNotificationId() public méthode

public GetUserByExportNotificationId ( System.Guid notificationId ) : Task
notificationId System.Guid
Résultat Task

GetUserByUserId() public méthode

public GetUserByUserId ( string userId ) : Task
userId string
Résultat Task

NotificationUserRepository() public méthode

public NotificationUserRepository ( IwsContext context ) : System
context IwsContext
Résultat System