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