Esempio n. 1
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.UserNotification[]> GetAccountUserNotificationsByTypeAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string userId, string sharedClientKey)
 {
     return(base.Channel.GetAccountUserNotificationsByTypeAsync(notificationType, notificationStatus, userId, sharedClientKey));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> UpdateNotificationStatusAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string currentStatus, string userId, string notificationMessageId, string sharedClientKey)
 {
     return(base.Channel.UpdateNotificationStatusAsync(notificationType, notificationStatus, currentStatus, userId, notificationMessageId, sharedClientKey));
 }
Esempio n. 3
0
 public AccountAdminSite.AccountCommunicationService.UserNotification[] GetAccountUserNotificationsByType(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, AccountAdminSite.AccountCommunicationService.NotificationStatus notificationStatus, string userId, string sharedClientKey)
 {
     return(base.Channel.GetAccountUserNotificationsByType(notificationType, notificationStatus, userId, sharedClientKey));
 }