コード例 #1
0
 /// <summary>
 /// returns all notificaiton on the specified account
 /// </summary>
 /// <param name="AccountID">Brings back a list of all notifications on a specific account</param>
 /// <returns>list of notifications</returns>
 public async Task <object> GetAccountNotifications(long AccountID)
 {
     return(await _notificationClient.GetAccountNotifications(AccountID));
 }