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

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

공개 메소드들

메소드 설명
Add ( Consent consent ) : void
GetByNotificationId ( System.Guid notificationId ) : Task
NotificationConsentRepository ( IwsContext context, INotificationApplicationAuthorization authorization ) : System

메소드 상세

Add() 공개 메소드

public Add ( Consent consent ) : void
consent Consent
리턴 void

GetByNotificationId() 공개 메소드

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

NotificationConsentRepository() 공개 메소드

public NotificationConsentRepository ( IwsContext context, INotificationApplicationAuthorization authorization ) : System
context IwsContext
authorization INotificationApplicationAuthorization
리턴 System