Ejemplo n.º 1
0
        public LeagueBasicInfoModel Get(int id)
        {
            var item  = _query.Get(id);
            var model = _mapper.Map <LeagueBasicInfoModel>(item);

            return(model);
        }