コード例 #1
0
 public List <Automobile> GetAllVehicles(bool onlyApproved)
 {
     return(_autoRepo.GetAllVehicles(onlyApproved));
 }