コード例 #1
0
ファイル: ClubsController.cs プロジェクト: SeppPenner/Ogma
 public async Task <ActionResult <List <ClubMinimalDto> > > GetClubsWithStory(long id)
 {
     return(await _clubRepo.GetClubsWithStory(id));
 }