Esempio n. 1
0
 public CreateANotificationSteps(INotificationsApi notificationsApi, INotificationsTestContext notificationContext)
 {
     _notificationsApi    = notificationsApi;
     _notificationContext = notificationContext;
 }
Esempio n. 2
0
 public GetAllNotificationSteps(INotificationsApi notificationsApi, INotificationsTestContext notificationsContext)
 {
     _notificationsApi     = notificationsApi;
     _notificationsContext = notificationsContext;
 }