コード例 #1
0
 public IEnumerable <Automobile> GetByUserId(int userId)
 {
     return(_autoRepo.GetByUserId(userId));
 }