Ejemplo n.º 1
0
 public Task RefreshListAsync(int wishListId, int?excludeUserId = null)
 {
     return(hub.RefreshDataAsync(wishListId, excludeUserId));
 }