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