コード例 #1
0
ファイル: CarBLL.cs プロジェクト: VamshiGari/RideExpress100
 public int EditCar(CarViewModel edit)
 {
     return(data.EditCar(edit));
 }