コード例 #1
0
ファイル: VehicleBo.cs プロジェクト: alexzipps/jobs
 public async Task <List <Vehicle> > GetListAsync()
 {
     return(await _dao.GetListAll());
 }