示例#1
0
        public async Task <IEnumerable <MatchViewModel> > GetMatches()
        {
            var url = "matches";

            return(await httpRequester.GetItemsAsync <MatchViewModel>(url));
        }