Example #1
0
        /*
         *
         *
         * Season logic
         *
         *
         */

        public async Task <IEnumerable <Season> > GetSeasons()
        {
            return(await _repo.GetSeasons());
        }