예제 #1
0
 public async Task <List <ConstructionWorkModel> > GetConstructionWorks()
 {
     return(await lookupService.FindConstructionWorks());
 }