コード例 #1
0
 public List <Car> GetAllByColorId(int colorId)
 {
     return(_CarDal.GetAllByColorId(colorId));
 }