示例#1
0
 public async Task <IEnumerable <Formation> > GetAllAsync()
 => (await _formationRepository.GetAllAsync()).Select(MapFormation);