コード例 #1
0
 public async Task <IList <V5CharactersNotifications> > NotificationsAsync(SsoToken token)
 {
     return(await _internalLatestCharacter.NotificationsAsync(token));
 }