コード例 #1
0
 public List <DriverDetailsWithPic> GetDriversDetailListWithPic()
 {
     return(driverDAL.GetDriversDetailListWithPic());
 }