示例#1
0
 public async Task <List <Party> > GetAllPartiesAsync()
 {
     return(await _partyRepository.GetAllPartiesAsync());
 }