Beispiel #1
0
        private async Task <ActionObservableSortedSet> LoadActionsByYear(ActionObservableSortedSet actions, int year)
        {
            var respond = await ActionEvent.GetActionsByYear((int)Zal.Session.UserRank, year);

            return(new ActionObservableSortedSet(respond.ActiveRecords)
            {
                LastSynchronization = respond.Timestamp
            });
        }