Пример #1
0
 internal IEnumerable <Car> GetByUserId(string userId)
 {
     return(_repo.GetCarsByUserId(userId));
 }