示例#1
0
 public async Task <EvoToolApiResponse> GetSeasonList()
 {
     return(await _miscRepository.GetSeasonList());
 }