Ejemplo n.º 1
0
 /// <inheritdoc />
 public virtual ValueTask <string> Create(string notificationId, CreateNotificationOptions options)
 {
     return(InvokeAsync <string>("create", notificationId, options));
 }
 /// <inheritdoc />
 public ValueTask <bool> Update(string notificationId, CreateNotificationOptions options)
 {
     return(InvokeAsync <bool>("update", notificationId, options));
 }