Exemple #1
0
 public async Task <IEnumerable <LookupDTO> > GetCommittees()
 {
     return(await service.Committees());
 }