コード例 #1
0
 public IEnumerable <Car> GetClientCars(long clientId)
 {
     return(_carDao.GetAllByClient(clientId));
 }