Ejemplo n.º 1
0
 public System.Threading.Tasks.Task RegisterOrUpdateUserNotificationAsync(Website.PhraseService.NotificationRequest request)
 {
     return(base.Channel.RegisterOrUpdateUserNotificationAsync(request));
 }
Ejemplo n.º 2
0
 public void RegisterOrUpdateUserNotification(Website.PhraseService.NotificationRequest request)
 {
     base.Channel.RegisterOrUpdateUserNotification(request);
 }