コード例 #1
0
 public async Task <List <LookupModel> > GetAllLimitedTenderReasons()
 {
     return(await lookupService.GetAllLimitedTenderReasons());
 }