예제 #1
0
 public static async Task <bool> Like(this ToastNotification toast, Octokit.Notification notification)
 {
     return(toast.Like(await notification.BuildToast(ToastNotificationScenario.Reminder)));
 }