Example #1
0
 /// <summary>
 /// Create a Notification
 /// </summary>
 /// <param name="Notification">Notification Model</param>
 /// <returns>Id of the newly created notifcation</returns>
 public async Task <long> CreateNotification(NotitifcationWithSchedules Notification)
 {
     return(await _notificationClient.CreateNotification(Notification));
 }