Method | Description | |
---|---|---|
ConsentPeriod ( INotificationConsentRepository consentRepository, IWorkingDayCalculator workingDayCalculator, INotificationApplicationRepository notificationApplicationRepository ) : System | ||
ExpiresInFourWorkingDays ( System.Guid notificationId ) : Task |
||
ExpiresInThreeOrLessWorkingDays ( System.Guid notificationId ) : Task |
||
HasExpired ( System.Guid notificationId ) : Task |
Method | Description | |
---|---|---|
GetWorkingDaysToExpiry ( System.Guid notificationId ) : Task |
public ConsentPeriod ( INotificationConsentRepository consentRepository, IWorkingDayCalculator workingDayCalculator, INotificationApplicationRepository notificationApplicationRepository ) : System | ||
consentRepository | INotificationConsentRepository | |
workingDayCalculator | IWorkingDayCalculator | |
notificationApplicationRepository | INotificationApplicationRepository | |
return | System |
public ExpiresInFourWorkingDays ( System.Guid notificationId ) : Task |
||
notificationId | System.Guid | |
return | Task |
public ExpiresInThreeOrLessWorkingDays ( System.Guid notificationId ) : Task |
||
notificationId | System.Guid | |
return | Task |
public HasExpired ( System.Guid notificationId ) : Task |
||
notificationId | System.Guid | |
return | Task |