Ejemplo n.º 1
0
 public void Notify(Gecko.NCore.Client.Notification.V1.EphorteIdentity ephorteIdentity, Gecko.NCore.Client.Notification.V1.NotificationRequest notificationRequest)
 {
     base.Channel.Notify(ephorteIdentity, notificationRequest);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task NotifyAsync(Gecko.NCore.Client.Notification.V1.EphorteIdentity ephorteIdentity, Gecko.NCore.Client.Notification.V1.NotificationRequest notificationRequest)
 {
     return(base.Channel.NotifyAsync(ephorteIdentity, notificationRequest));
 }