示例#1
0
 public async Task <List <LookupModel> > GetAreas()
 {
     return(await lookupService.FindAreas());
 }