コード例 #1
0
ファイル: PartyService.cs プロジェクト: hibroseph/SpotSync
 public async Task <List <Party> > GetAllPartiesAsync()
 {
     return(await _partyRepository.GetAllPartiesAsync());
 }