Пример #1
0
    public async Task <IEnumerable <AllClubStatsViewModel> > GetAllClubStats()
    {
        var coreEnumeration = await _coreClubService.GetAllStats();

        return(_mapper.Map <IEnumerable <AllClubStatsViewModel> >(coreEnumeration));
    }